Originally created by @bayramog on GitHub (Mar 17, 2021).
Hi,
I am getting below error when I try to run docker.
Originally created by @bayramog on GitHub (Mar 17, 2021).
Hi,
I am getting below error when I try to run docker.

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):
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
Alternatively, docker pull the auto image and then pull the image out because it may download faster via hub.docker
@sickcodes commented on GitHub (Mar 17, 2021):
But yeah just run
`wget https://images.sick.codes/mac_hdd_ng_auto.img`
And then run again
Alternatively, docker pull the auto image and then pull the image out because it may download faster via hub.docker
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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