Skip to content

Instantly share code, notes, and snippets.

View antoniosmgatto's full-sized avatar
🏠
Working from home

Antonio Gatto antoniosmgatto

🏠
Working from home
View GitHub Profile
@antoniosmgatto
antoniosmgatto / docker.md
Last active September 6, 2018 14:03
Comandos Docker

Docker - Comandos Úteis

remove imagens/containers locais

docker-compose down -v --rmi=local --remove-orphans

sobre os containers recriando as imagens e containers

docker-compose up --build --force-recreate