diff options
author | Marcel Ribeiro Dantas <marcel.ribeirodantas@seqera.io> | 2022-11-13 12:47:37 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-13 12:47:37 -0300 |
commit | f0577fb679c63be3c47d7429361002dd1331aff5 (patch) | |
tree | b25b9efae24a6be4ddd9f4afd15123c9540c866d | |
parent | 7b10b3e9a6f177ccaa99b926fe15bd821a94e18e (diff) |
Add host/guest OS info on VM-based architecture diagram
-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)
|