Skip to content

Instantly share code, notes, and snippets.

@SergeiMeza
Created November 30, 2020 04:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SergeiMeza/30c255a2cf9d94956de9f989d115a9c1 to your computer and use it in GitHub Desktop.
Save SergeiMeza/30c255a2cf9d94956de9f989d115a9c1 to your computer and use it in GitHub Desktop.
docker kill $(eval docker ps -q)
docker rm $(eval docker ps -aq)
docker rmi -f $(eval docker images -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment