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) 📼 🆓
|
* [What is IaC?](https://www.youtube.com/watch?v=RO7VcUAsf-I) 📼 🆓
|
||||||
* [Getting Started with IaC](https://www.youtube.com/watch?v=G3D14I5_NIk) 📼 🆓
|
* [Getting Started with IaC](https://www.youtube.com/watch?v=G3D14I5_NIk) 📼 🆓
|
||||||
* Containers
|
* Containers
|
||||||
* [Docker](https://www.docker.com)
|
* Standard
|
||||||
* Guides
|
* OCI - [OpenContainers Initiative](https://opencontainers.org/)
|
||||||
* [Dockerfile Best Practices - ThoughtWorks](https://blog.docker.com/2019/07/intro-guide-to-dockerfile-best-practices/) 📰 🆓
|
* Runtimes
|
||||||
* Testing
|
* [Docker](https://www.docker.com)
|
||||||
* [goss/dgoss](https://github.com/aelsabbahy/goss) - Test docker images ⭐️
|
* Guides
|
||||||
* [marceloboeira/kurz](https://github.com/marceloboeira/kurz) - Example setup ✍🏻
|
* [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
|
* Orchestration
|
||||||
* ECS
|
* ECS
|
||||||
* [ECS Workshop](https://ecsworkshop.com) 👨🏻🔧 🆓
|
* [ECS Workshop](https://ecsworkshop.com) 👨🏻🔧 🆓
|
||||||
|
|||||||
@@ -110,7 +110,12 @@ graph TD
|
|||||||
Netw --> airodump
|
Netw --> airodump
|
||||||
OPS --> IaC[Infrastructure as Code]
|
OPS --> IaC[Infrastructure as Code]
|
||||||
IaC --> Cont[Containers]
|
IaC --> Cont[Containers]
|
||||||
Cont --> Docker
|
Cont --> Engine
|
||||||
|
Engine --> Docker
|
||||||
|
Cont --> Runtime
|
||||||
|
Runtime --> OCI[OCI - Standard]
|
||||||
|
Runtime --> Docker
|
||||||
|
Runtime --> Containerd
|
||||||
IaC --> CfgMgt[Configuration Management]
|
IaC --> CfgMgt[Configuration Management]
|
||||||
CfgMgt --> Puppet
|
CfgMgt --> Puppet
|
||||||
CfgMgt --> Ansible
|
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