Skip to content

Commit

Permalink
docs: Docker run command (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Feb 28, 2024
1 parent 5896928 commit 2ee4abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
Via `docker run`

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

## FAQ
Expand Down

0 comments on commit 2ee4abc

Please sign in to comment.