Quemu error with naked image #139

Closed
opened 2025-12-28 23:26:03 +01:00 by adam · 2 comments
Owner

Originally created by @bayramog on GitHub (Mar 17, 2021).

Hi,

I am getting below error when I try to run docker.

image

Originally created by @bayramog on GitHub (Mar 17, 2021). Hi, I am getting below error when I try to run docker. ![image](https://user-images.githubusercontent.com/61725918/111431006-44e2be80-870c-11eb-94e7-1f1cbbfc4dba.png)
adam closed this issue 2025-12-28 23:26:03 +01:00
Author
Owner

@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): 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
Author
Owner

@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

@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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#139