Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jancajthaml/e9ce9314c1a0a03998fa04dd3dabbfe8 to your computer and use it in GitHub Desktop.
Save jancajthaml/e9ce9314c1a0a03998fa04dd3dabbfe8 to your computer and use it in GitHub Desktop.
fix docker for mac leaking image
brew install qemu
cd ~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux
mv Docker.qcow2 Docker.qcow2.original
qemu-img convert -O qcow2 Docker.qcow2.original Docker.qcow2
rm Docker.qcow2.original
du -hs Docker.qcow2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment