An open API service indexing awesome lists of open source software.

https://github.com/camilocsoto/docker-concepts

The purpose is educational, where anyone can see basic DevOps concepts and understand them better with all the documentation I've left in all files and topics. Each directory contains a different theme with its respective documentation.
https://github.com/camilocsoto/docker-concepts

Last synced: 5 months ago
JSON representation

The purpose is educational, where anyone can see basic DevOps concepts and understand them better with all the documentation I've left in all files and topics. Each directory contains a different theme with its respective documentation.

Awesome Lists containing this project

README

          

# πŸ‹ Fundamentos de docker
Hola, en este repo encontrarΓ‘s conceptos muy interesantes de docker.
A continuaciΓ³n verΓ‘s un Γ‘rbol de direlos temas que habla

.
β”œβ”€β”€ LICENSE
β”œβ”€β”€ balancear_cargas
β”‚Β Β  β”œβ”€β”€ proxy
β”‚Β Β  β”œβ”€β”€ guΓ­a de cluster con nginx 🐧
β”‚Β Β  β”œβ”€β”€ site1
β”‚Β Β  β”œβ”€β”€ site2
β”‚Β Β  └── site3
β”œβ”€β”€ distroless
β”‚Β Β  β”œβ”€β”€ Dockerfile
β”‚Β Β  β”œβ”€β”€ app.py
β”‚Β Β  └── guΓ­a de containers ultra livianos πŸͺΆ
β”œβ”€β”€ docker-compose
β”‚Β Β  β”œβ”€β”€ cluster-v2
β”‚Β Β  β”œβ”€β”€ compose_start_end
β”‚Β Β  β”œβ”€β”€ guΓ­a de cluster, azure con compose y docker swarm πŸ¦‘
β”‚Β Β  └── swarm
β”œβ”€β”€ kubernets
β”‚Β Β  β”œβ”€β”€ guΓ­a de instalaciΓ³n y configuraciΓ³n de kubernetes πŸ›ž
β”‚Β Β  └── readme.md
β”œβ”€β”€ multi-stage
β”‚Β Β  β”œβ”€β”€ Dockerfile
β”‚Β Β  β”œβ”€β”€ guΓ­a para reducir tamaΓ±o de una dockerfile πŸ”₯
β”‚Β Β  β”œβ”€β”€ main.py
β”‚Β Β  └── requirements.txt
β”œβ”€β”€ other-uses
β”‚Β Β  β”œβ”€β”€ docker-prune
β”‚Β Β  β”œβ”€β”€ docker-users
β”‚Β Β  β”œβ”€β”€ flask
β”‚Β Β  β”œβ”€β”€ multiplatform
β”‚Β Β  β”œβ”€β”€ nginx
β”‚Β Β  β”œβ”€β”€ volumes
β”‚Β Β  └── otros conceptos importantes a considerar ☣️
β”œβ”€β”€ readme.md
└── reduce-size-containers
β”œβ”€β”€ build-context
β”œβ”€β”€ cache_build
β”œβ”€β”€ capas
β”œβ”€β”€ ignore_files
β”œβ”€β”€ multi-line_scripts
β”œβ”€β”€ networks
└── estrategias para reducir tamaΓ±o de imΓ‘genes 🐍

21 directories, 13 files