🎯 Docker Compose
Em poucas palavras
Docker Compose is a tool for defining and running Docker applications from various containers. A series of
*.yamlfiles are used to configure the services required for the app. This means that all container services can be activated in a single command.
📝 Notas e Desenvolvimento
You can check your current versions of Docker and Docker Compose using the following commands:
Docker -Compose -v
Docker Version:: Reference :: Docker Compose Overview | Docker docs
🔗 Conexões e Contexto
- Atlas: MdC - Programação
- Notas Relacionadas:
📚 Referências e Fontes
Links Externos
Citações Diretas
📂 Outros Conteúdos Preservados
Docker Compose (Complemento)
:: Referência :: Docker Compose Overview | Docker docs