Is your question not already answered in the FAQ?
Is this a general question and not a technical issue?
Question
i have this problem setting up my custom iso
sudo docker run -it --rm --name test -e "VERSION=11" -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v "${PWD:-.}/windows:/storage " -v ./ZimaOS-HD/Documents/ISO/win11ProCTT.iso:/boot.iso --stop-timeout 120 docker.io/dockurr/windows
this my custom Docker cli and gives me an error mounting the iso
i'm new to this so forgive me if something is wrong
Is your question not already answered in the FAQ?
Is this a general question and not a technical issue?
Question
i have this problem setting up my custom iso
sudo docker run -it --rm --name test -e "VERSION=11" -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v "${PWD:-.}/windows:/storage " -v ./ZimaOS-HD/Documents/ISO/win11ProCTT.iso:/boot.iso --stop-timeout 120 docker.io/dockurr/windowsthis my custom Docker cli and gives me an error mounting the iso
i'm new to this so forgive me if something is wrong