Loading readme.md +13 −8 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ Docker container for running virtual machines using QEMU. ## Usage 🐳 Via Docker Compose: ##### Via Docker Compose: ```yaml services: Loading @@ -45,18 +45,22 @@ services: stop_grace_period: 2m ``` Via Docker CLI: ##### Via Docker CLI: ```bash docker run -it --rm --name qemu -e "BOOT=alpine" -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v ${PWD:-.}/qemu:/storage --stop-timeout 120 qemux/qemu ``` Via Kubernetes: ##### Via Kubernetes: ```shell kubectl apply -f https://raw.githubusercontent.com/qemus/qemu/refs/heads/master/kubernetes.yml ``` ##### Via Github Codespaces: [`Click here to launch this container in the cloud!`](https://github.com/codespaces/new?skip_quickstart=true&machine=basicLinux32gb&repo=626637620&ref=master&devcontainer_path=.devcontainer.json) ## Compatibility ⚙️ | **Product** | **Platform** | | Loading @@ -66,6 +70,7 @@ kubectl apply -f https://raw.githubusercontent.com/qemus/qemu/refs/heads/master/ | Docker Desktop | macOS | ❌ | | Docker Desktop | Windows 11 | ✅ | | Docker Desktop | Windows 10 | ❌ | | Github Codespaces | Cloud | ✅ | ## FAQ 💬 Loading Loading
readme.md +13 −8 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ Docker container for running virtual machines using QEMU. ## Usage 🐳 Via Docker Compose: ##### Via Docker Compose: ```yaml services: Loading @@ -45,18 +45,22 @@ services: stop_grace_period: 2m ``` Via Docker CLI: ##### Via Docker CLI: ```bash docker run -it --rm --name qemu -e "BOOT=alpine" -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v ${PWD:-.}/qemu:/storage --stop-timeout 120 qemux/qemu ``` Via Kubernetes: ##### Via Kubernetes: ```shell kubectl apply -f https://raw.githubusercontent.com/qemus/qemu/refs/heads/master/kubernetes.yml ``` ##### Via Github Codespaces: [`Click here to launch this container in the cloud!`](https://github.com/codespaces/new?skip_quickstart=true&machine=basicLinux32gb&repo=626637620&ref=master&devcontainer_path=.devcontainer.json) ## Compatibility ⚙️ | **Product** | **Platform** | | Loading @@ -66,6 +70,7 @@ kubectl apply -f https://raw.githubusercontent.com/qemus/qemu/refs/heads/master/ | Docker Desktop | macOS | ❌ | | Docker Desktop | Windows 11 | ✅ | | Docker Desktop | Windows 10 | ❌ | | Github Codespaces | Cloud | ✅ | ## FAQ 💬 Loading