Unverified Commit bcb8ef88 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

docs: Github Codespaces (#707)

parent 02ad09c7
Loading
Loading
Loading
Loading
+13 −8
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ Docker container for running virtual machines using QEMU.

## Usage  🐳

Via Docker Compose:
##### Via Docker Compose:

```yaml
services:
@@ -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**   | |
@@ -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 💬