Add more container related details

This commit is contained in:
Marcelo Boeira
2021-06-22 09:10:09 +02:00
parent 7979cf3ac0
commit 531688151b
3 changed files with 17 additions and 8 deletions

View File

@@ -110,7 +110,12 @@ graph TD
Netw --> airodump
OPS --> IaC[Infrastructure as Code]
IaC --> Cont[Containers]
Cont --> Docker
Cont --> Engine
Engine --> Docker
Cont --> Runtime
Runtime --> OCI[OCI - Standard]
Runtime --> Docker
Runtime --> Containerd
IaC --> CfgMgt[Configuration Management]
CfgMgt --> Puppet
CfgMgt --> Ansible

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 KiB

After

Width:  |  Height:  |  Size: 294 KiB