Just for clarity, is there a definitive answer on how to increase the size of the of the image storage in the mac beta? Is it as simple as delete
rm ~/Library/Containers/com.docker.docker/Data/com.docker. driver.amd64-linux/Docker.qcow2
- Restart docker
qemu-img resize ~/Library/Containers/com.docker.docker/Data/com.docker. driver.amd64-linux/Docker.qcow2 +10G
Where the size increase can be changed by modifying the “+10G
”.
I’m aware this wipes all images, but is there anything else which needs to be done or is that the complete set of steps?