Open EinSoldiatGott opened 4 years ago
I ran into this issue too. My fix was that when you pass a full path to -v
, it'll just do the file and won't try to mount a directory. Try putting the entire absolute path for your image as an argument.
docker run -it -v $(pwd)/2020-08-20-raspios-buster-armhf-lite.img:/sdcard/filesystem.img lukechilds/dockerpi:vm
docker run -it -v /path/from/root/2020-08-20-raspios-buster-armhf-lite.img:/sdcard/filesystem.img lukechilds/dockerpi:vm
@drewgonzales360 thanks for the tip worked well!
Hi, I have the image lukechilds/dockerpi:vm And the image 2020-08-20-raspios-buster-armhf-lite.img
I'm running the command like this:
docker run -it -v 2020-08-20-raspios-buster-armhf-lite.img:/sdcard/filesystem.img lukechilds/dockerpi:vm
But I get this error
Is my raspbian image so new that is not supported?
Thanks