Complted Daily exercises Day 46, added comments Day 46

This commit is contained in:
Saf Shah 2022-12-30 19:11:37 +00:00
parent f6d684da24
commit 72065ade4a
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,8 @@
---
title: '#90DaysOfDevOps - Docker Compose - Day 46'
title: "#90DaysOfDevOps - Docker Compose - Day 46"
published: false
description: 90DaysOfDevOps - Docker Compose
tags: 'devops, 90daysofdevops, learning'
tags: "devops, 90daysofdevops, learning"
cover_image: null
canonical_url: null
id: 1048740
@ -181,3 +181,5 @@ To remove everything we can use the `docker-compose down` command.
- [YAML Tutorial: Everything You Need to Get Started in Minute](https://www.cloudbees.com/blog/yaml-tutorial-everything-you-need-get-started)
See you on [Day 47](day47.md)
# Completed xercises - Docker compose

View File

@ -90,7 +90,7 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich
- [✔️] 🏗️ 43 > [What is Docker & Getting installed](Days/day43.md)
- [✔️] 🏗️ 44 > [Docker Images & Hands-On with Docker Desktop](Days/day44.md)
- [✔️] 🏗️ 45 > [The anatomy of a Docker Image](Days/day45.md)
- [] 🏗️ 46 > [Docker Compose](Days/day46.md)
- [✔️] 🏗️ 46 > [Docker Compose](Days/day46.md)
- [] 🏗️ 47 > [Docker Networking & Security](Days/day47.md)
- [] 🏗️ 48 > [Alternatives to Docker](Days/day48.md)