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

docs: Docker CLI example (#746)

parent 36f1e47c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ services:
Via Docker CLI:

```bash
docker run -it --name dsm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 vdsm/virtual-dsm
docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 vdsm/virtual-dsm
```

Via Kubernetes: