Skip to content

Instantly share code, notes, and snippets.

@antoniosmgatto
Last active September 6, 2018 14:03
Show Gist options
  • Save antoniosmgatto/57cd1f6627b1f9350869c73ecc96642f to your computer and use it in GitHub Desktop.
Save antoniosmgatto/57cd1f6627b1f9350869c73ecc96642f to your computer and use it in GitHub Desktop.
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment