Skip to content

Instantly share code, notes, and snippets.

@kokospapa8
Created May 25, 2020 04:30
Show Gist options
  • Select an option

  • Save kokospapa8/a28b7ba268d2c2142aafef698f8ec7d6 to your computer and use it in GitHub Desktop.

Select an option

Save kokospapa8/a28b7ba268d2c2142aafef698f8ec7d6 to your computer and use it in GitHub Desktop.
https://github.com/docker/for-mac/issues/371
```
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