Complted Daily exercises Day 45, added comments Day 45
This commit is contained in:
parent
49ec0f45b7
commit
f6d684da24
@ -1,12 +1,13 @@
|
|||||||
---
|
---
|
||||||
title: '#90DaysOfDevOps - The anatomy of a Docker Image - Day 45'
|
title: "#90DaysOfDevOps - The anatomy of a Docker Image - Day 45"
|
||||||
published: false
|
published: false
|
||||||
description: 90DaysOfDevOps - The anatomy of a Docker Image
|
description: 90DaysOfDevOps - The anatomy of a Docker Image
|
||||||
tags: 'DevOps, 90daysofdevops, learning'
|
tags: "DevOps, 90daysofdevops, learning"
|
||||||
cover_image: null
|
cover_image: null
|
||||||
canonical_url: null
|
canonical_url: null
|
||||||
id: 1048777
|
id: 1048777
|
||||||
---
|
---
|
||||||
|
|
||||||
## The anatomy of a Docker Image
|
## The anatomy of a Docker Image
|
||||||
|
|
||||||
In the last session, we covered some basics of how we can use Docker Desktop combined with DockerHub to deploy and run some verified images. A recap on what an image is, you won't forget things if I keep mentioning them.
|
In the last session, we covered some basics of how we can use Docker Desktop combined with DockerHub to deploy and run some verified images. A recap on what an image is, you won't forget things if I keep mentioning them.
|
||||||
@ -116,3 +117,5 @@ Then if we go and take a look in our DockerHub repository you can see that we ju
|
|||||||
- [Docker documentation for building an image](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/)
|
- [Docker documentation for building an image](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/)
|
||||||
|
|
||||||
See you on [Day 46](day46.md)
|
See you on [Day 46](day46.md)
|
||||||
|
|
||||||
|
# Completed exercises, Docker file
|
||||||
|
@ -88,8 +88,8 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich
|
|||||||
|
|
||||||
- [✔️] 🏗️ 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)
|
- [✔️] 🏗️ 43 > [What is Docker & Getting installed](Days/day43.md)
|
||||||
- [] 🏗️ 44 > [Docker Images & Hands-On with Docker Desktop](Days/day44.md)
|
- [✔️] 🏗️ 44 > [Docker Images & Hands-On with Docker Desktop](Days/day44.md)
|
||||||
- [] 🏗️ 45 > [The anatomy of a Docker Image](Days/day45.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)
|
- [] 🏗️ 47 > [Docker Networking & Security](Days/day47.md)
|
||||||
- [] 🏗️ 48 > [Alternatives to Docker](Days/day48.md)
|
- [] 🏗️ 48 > [Alternatives to Docker](Days/day48.md)
|
||||||
|
Loading…
Reference in New Issue
Block a user