Skip to content

Instantly share code, notes, and snippets.

@thiagoszbarros
Created May 27, 2022 17:38
Show Gist options
  • Save thiagoszbarros/b38ff704bda5660d691d17d961fa659f to your computer and use it in GitHub Desktop.
Save thiagoszbarros/b38ff704bda5660d691d17d961fa659f to your computer and use it in GitHub Desktop.

docker-usefull-commands

Stop all containers docker stop $(docker ps -a -q)

Remove all containers docker rm $(docker ps -a -q)

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