mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Quemu error with naked image #139
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bayramog on GitHub (Mar 17, 2021).
Hi,
I am getting below error when I try to run docker.
@sickcodes commented on GitHub (Mar 17, 2021):
Is the file mac_hdd_ng_auto.img in your current working directory? Naked is for supplying a local file as the disk to be used, you can make one first using :latest, or pull :auto, move the image out and use that as the input file
@sickcodes commented on GitHub (Mar 17, 2021):
But yeah just run
wget https://images.sick.codes/mac_hdd_ng_auto.imgAnd then run again
Alternatively, docker pull the auto image and then pull the image out because it may download faster via hub.docker