Merge pull request #42 from s-shah-coder/per-day-completion

Completed Day 42 exercises - added comments to Day 42
This commit is contained in:
Saf Shah 2022-12-23 16:16:08 +00:00 committed by GitHub
commit b4130e26a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,8 @@
---
title: '#90DaysOfDevOps - The Big Picture: Containers - Day 42'
title: "#90DaysOfDevOps - The Big Picture: Containers - Day 42"
published: false
description: 90DaysOfDevOps - The Big Picture Containers
tags: 'devops, 90daysofdevops, learning'
tags: "devops, 90daysofdevops, learning"
cover_image: null
canonical_url: null
id: 1048826
@ -136,3 +136,5 @@ A container image is a lightweight, standalone, executable package of software t
- [Introduction to Container By Red Hat](https://www.redhat.com/en/topics/containers)
See you on [Day 43](day43.md)
# Completed daily exercises - Docker tutorials

View File

@ -86,7 +86,7 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich
### Containers
- [] 🏗️ 42 > [The Big Picture: Containers](Days/day42.md)
- [✔️] 🏗️ 42 > [The Big Picture: Containers](Days/day42.md)
- [] 🏗️ 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)