Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jeffcai/3f12f60353a99667c8978f1da44e0129 to your computer and use it in GitHub Desktop.

Select an option

Save jeffcai/3f12f60353a99667c8978f1da44e0129 to your computer and use it in GitHub Desktop.
Remove all images/containers then:
docker rm $(docker ps -a -q)
docker rmi $(docker images -q)
docker volume rm $(docker volume ls |awk '{print $2}')
rm -rf ~/Library/Containers/com.docker.docker/Data/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment