diff options
| author | mo khan <mo.khan@gmail.com> | 2020-10-24 08:23:11 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-10-24 08:23:11 -0600 |
| commit | e7c0b23ec66192b2fc3cc5406b6a8778a430dbae (patch) | |
| tree | 2605dc8522295d85811cdef5f699beed2caf1c80 | |
| parent | 3e07d26cff35a7290ed3a858b7608f3030871d38 (diff) | |
Ewww...
| -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 | |
