diff options
| -rw-r--r-- | README.md | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -23,8 +23,8 @@ date: 2020-10-24 \____\_______/ -Mo Khan | Software Developer ``` +Mo Khan | Software Developer | [www.mokhan.ca](https://www.mokhan.ca/) # $ history @@ -265,7 +265,7 @@ We need to build a Docker image that can: ---------------- ``` -# What happens if the Docker image is too large? +# What happens if the Docker image is too big? * slow downloads * more disk space is required @@ -330,8 +330,9 @@ We need to build a Docker image that can: * Optimize ```text - < What are we going to talk about? > - ---------------------------------- + ------------------ + < What's a Docker? > + ------------------ \ \ \ @@ -368,7 +369,7 @@ end mo = Person.new("mo") me = Person.new("me") -mo.hugs(me) +mo.hugs(me) # Ewww... ``` # Definitions - Registry @@ -392,14 +393,14 @@ For example: | pull | | run | ---------- - | (tcp/unix socket) + | V --------------- | Docker Host | --------------- - | Daemon | - | Containers | - | Images | + | Daemon | + | Containers | + | Images | -------------- | A V | |
