diff options
-rw-r--r-- | docker.html.markdown | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docker.html.markdown b/docker.html.markdown index d64c9b1c..ca81cc45 100644 --- a/docker.html.markdown +++ b/docker.html.markdown @@ -31,7 +31,7 @@ in a limited capacity architecture. │ │ Libs │ │ Deps │ │ │ │ Libs │ │ Deps │ │
│ └────────┘ └────────┘ │ │ └────────┘ └───────┘ │
│ ┌───────────────────┐ │ │ ┌──────────────────┐ │
-│ │ OS │ │ │ │ OS │ │
+│ │ Guest OS │ │ │ │ Guest OS │ │
│ └───────────────────┘ │ │ └──────────────────┘ │
│ VM1 │ │ VM2 │
└────────────────────────┘ └───────────────────────┘
@@ -39,6 +39,9 @@ in a limited capacity architecture. │ Hypervisor │
└──────────────────────────────────────────────────┘
┌──────────────────────────────────────────────────┐
+│ Host OS │
+└──────────────────────────────────────────────────┘
+┌──────────────────────────────────────────────────┐
│ Hardware Infrastructure │
└──────────────────────────────────────────────────┘
(VM based architecture)
|