Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ThiagoGarciaAlves/e1527804294082de8157f3d055c61055 to your computer and use it in GitHub Desktop.

Select an option

Save ThiagoGarciaAlves/e1527804294082de8157f3d055c61055 to your computer and use it in GitHub Desktop.
Remove all stopped 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