Update readme.md

This commit is contained in:
Kroese 2025-03-15 13:07:57 +01:00 committed by GitHub
parent 61ed876851
commit e703b413d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ services:
container_name: qemu
image: qemux/qemu-arm
environment:
BOOT: "alpine"
BOOT: "kali"
devices:
- /dev/kvm
- /dev/net/tun
@ -49,7 +49,7 @@ services:
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-arm
docker run -it --rm --name qemu -e "BOOT=kali" -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v ${PWD:-.}/qemu:/storage --stop-timeout 120 qemux/qemu-arm
```
Via Kubernetes:
@ -86,7 +86,7 @@ kubectl apply -f https://raw.githubusercontent.com/qemus/qemu-arm/refs/heads/mas
```yaml
environment:
BOOT: "alpine"
BOOT: "kali"
```
Select from the values below: