feat: Default to Linux Mint (#866)

This commit is contained in:
Kroese
2025-10-04 13:47:21 +02:00
committed by GitHub
parent 69a34b1761
commit 880188cec2
3 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ services:
image: qemux/qemu
container_name: qemu
environment:
BOOT: "ubuntu"
BOOT: "mint"
devices:
- /dev/kvm
- /dev/net/tun

View File

@@ -31,7 +31,7 @@ spec:
image: qemux/qemu
env:
- name: BOOT
value: "ubuntu"
value: "mint"
- name: DISK_SIZE
value: "64G"
ports:

View File

@@ -31,7 +31,7 @@ services:
image: qemux/qemu
container_name: qemu
environment:
BOOT: "ubuntu"
BOOT: "mint"
devices:
- /dev/kvm
- /dev/net/tun
@@ -48,7 +48,7 @@ services:
##### Via Docker CLI:
```bash
docker run -it --rm --name qemu -e "BOOT=ubuntu" -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v "${PWD:-.}/qemu:/storage" --stop-timeout 120 qemux/qemu
docker run -it --rm --name qemu -e "BOOT=mint" -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:
@@ -81,7 +81,7 @@ kubectl apply -f https://raw.githubusercontent.com/qemus/qemu/refs/heads/master/
```yaml
environment:
BOOT: "ubuntu"
BOOT: "mint"
```
Select from the values below: