-
-
Save adw0rd/bb5cf93828dc0f968f6c38c5b0be104e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install qemu | |
cd ~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux | |
mv Docker.qcow2 Docker.qcow2.orig | |
qemu-img convert -O qcow2 Docker.qcow2.orig Docker.qcow2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment