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

docs: Kubernetes (#500)

parent 63a44029
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -51,6 +51,12 @@ Via Docker CLI:
docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows
```

Via Kubernetes:

```shell
kubectl apply -f kubernetes.yml
```

## FAQ

* ### How do I use it?