Clean out your Docker images/history/cache by simply deleting `/var/lib/docker`

pull/140/head
sickcodes 4 years ago
parent bffd8f3990
commit 0e0f3b1f4a

@ -41,6 +41,9 @@ docker run -it \
`sickcodes/docker-osx:auto` `sickcodes/docker-osx:auto`
You will need around 50GB of space: half for the base image + half for your runtime image. You will need around 50GB of space: half for the base image + half for your runtime image.
If you run out of space, you can nuke your Docker images/history/cache by simply deleting `/var/lib/docker`
```bash ```bash
# boot straight to OSX shell with no display (19GB) # boot straight to OSX shell with no display (19GB)
docker run -it \ docker run -it \

Loading…
Cancel
Save