Browse Source

docs: Docker CLI example (#530)

Kroese 1 year ago
parent
commit
f8cff00334
1 changed files with 1 additions and 1 deletions
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -49,7 +49,7 @@ services:
 Via Docker CLI:
 Via Docker CLI:
 
 
 ```bash
 ```bash
-docker run -it --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows
+docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows
 ```
 ```
 
 
 Via Kubernetes:
 Via Kubernetes: