docs: Kubernetes

This commit is contained in:
Kroese 2024-05-16 02:22:00 +02:00 committed by GitHub
parent 4418458cf2
commit 7b926ddef8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,6 +53,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-arm
```
Via Kubernetes:
```shell
kubectl apply -f kubernetes.yml
```
## FAQ
* ### How do I use it?