Skip to content

Instantly share code, notes, and snippets.

@karol-pawlowski
Created September 2, 2019 11:34
Show Gist options
  • Save karol-pawlowski/a6f8e69ffbe357afe384d64ed00183e7 to your computer and use it in GitHub Desktop.
Save karol-pawlowski/a6f8e69ffbe357afe384d64ed00183e7 to your computer and use it in GitHub Desktop.
docker stop $(docker ps -aq)
docker rm $(docker ps -aq)
docker rmi $(docker images -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment