Add more container related details
This commit is contained in:
16
README.md
16
README.md
@@ -461,12 +461,16 @@ For instance, take into account the snaptshot above. If you already know how to
|
||||
* [What is IaC?](https://www.youtube.com/watch?v=RO7VcUAsf-I) 📼 🆓
|
||||
* [Getting Started with IaC](https://www.youtube.com/watch?v=G3D14I5_NIk) 📼 🆓
|
||||
* Containers
|
||||
* [Docker](https://www.docker.com)
|
||||
* Guides
|
||||
* [Dockerfile Best Practices - ThoughtWorks](https://blog.docker.com/2019/07/intro-guide-to-dockerfile-best-practices/) 📰 🆓
|
||||
* Testing
|
||||
* [goss/dgoss](https://github.com/aelsabbahy/goss) - Test docker images ⭐️
|
||||
* [marceloboeira/kurz](https://github.com/marceloboeira/kurz) - Example setup ✍🏻
|
||||
* Standard
|
||||
* OCI - [OpenContainers Initiative](https://opencontainers.org/)
|
||||
* Runtimes
|
||||
* [Docker](https://www.docker.com)
|
||||
* Guides
|
||||
* [Dockerfile Best Practices - ThoughtWorks](https://blog.docker.com/2019/07/intro-guide-to-dockerfile-best-practices/) 📰 🆓
|
||||
* Testing
|
||||
* [goss/dgoss](https://github.com/aelsabbahy/goss) - Test docker images ⭐️
|
||||
* [marceloboeira/kurz](https://github.com/marceloboeira/kurz) - Example setup ✍🏻
|
||||
* [Containerd](https://containerd.io)
|
||||
* Orchestration
|
||||
* ECS
|
||||
* [ECS Workshop](https://ecsworkshop.com) 👨🏻🔧 🆓
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user