Loading docker-compose.yml +0 −2 Original line number Diff line number Diff line Loading @@ -11,8 +11,6 @@ services: BOOT: "https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/x86_64/alpine-standard-3.18.2-x86_64.iso" devices: - /dev/kvm - /dev/net/tun - /dev/vhost-net device_cgroup_rules: - 'c *:* rwm' cap_add: Loading readme.md +11 −0 Original line number Diff line number Diff line Loading @@ -172,6 +172,17 @@ docker run -it --rm -e "BOOT=http://www.example.com/image.iso" -p 5900:5900 --de Afterwards you can connect with any VNC client to port 5900. * ### How do I boot via UEFI? To enable UEFI booting, add the following line to your compose file: ```yaml environment: BOOT_MODE: "uefi" ``` You can also set this to ```secure``` to enable secure boot, or to ```windows``` to enable Windows 11 booting. * ### How do I provide custom arguments to QEMU? You can create the `ARGUMENTS` environment variable to provide additional arguments to QEMU at runtime: Loading Loading
docker-compose.yml +0 −2 Original line number Diff line number Diff line Loading @@ -11,8 +11,6 @@ services: BOOT: "https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/x86_64/alpine-standard-3.18.2-x86_64.iso" devices: - /dev/kvm - /dev/net/tun - /dev/vhost-net device_cgroup_rules: - 'c *:* rwm' cap_add: Loading
readme.md +11 −0 Original line number Diff line number Diff line Loading @@ -172,6 +172,17 @@ docker run -it --rm -e "BOOT=http://www.example.com/image.iso" -p 5900:5900 --de Afterwards you can connect with any VNC client to port 5900. * ### How do I boot via UEFI? To enable UEFI booting, add the following line to your compose file: ```yaml environment: BOOT_MODE: "uefi" ``` You can also set this to ```secure``` to enable secure boot, or to ```windows``` to enable Windows 11 booting. * ### How do I provide custom arguments to QEMU? You can create the `ARGUMENTS` environment variable to provide additional arguments to QEMU at runtime: Loading