Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 913 Bytes

File metadata and controls

40 lines (24 loc) · 913 Bytes

How to Package DevOps Tools Using Docker Containers

Demo Repo presented at Dockercon 2021

Project Structure

This project has the following folders and each could consider a repo by itself.

├── AnsibleIntegration
├── ChefIntegration
├── InitialNetworking
├── LICENSE
├── README.md
└── devcontainers

InitialNetworking

The initial networking required for the rest of the demos. It runs in a devcontainer or in a GitHub Codespace.

AnsibleIntegration

Show how to ansible and terraform integrate, but the most important part of it is that during the demo everything is executed from a dev container.

ChefIntegration

Another integratrion with Chef that runs in a devcontainer.

devcontainers

Docker containers used during the demo.

Caution

Be aware that by running this script your account might get billed.

Authors

  • Marcelo Zambrana