summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-10-24 08:23:11 -0600
committermo khan <mo.khan@gmail.com>2020-10-24 08:23:11 -0600
commite7c0b23ec66192b2fc3cc5406b6a8778a430dbae (patch)
tree2605dc8522295d85811cdef5f699beed2caf1c80
parent3e07d26cff35a7290ed3a858b7608f3030871d38 (diff)
Ewww...
-rw-r--r--README.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/README.md b/README.md
index 4a7735c..41675d1 100644
--- a/README.md
+++ b/README.md
@@ -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 |