Unverified Commit 9fca3aff authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update readme.md

parent b99719a1
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@ A docker container of Virtual DSM v7.2
## Features

 - Upgrades supported
 - KVM acceleration (required)
 - KVM acceleration
 - Graceful shutdown

## Usage

@@ -47,7 +48,7 @@ services:
Via `docker run`:

```bash
$ docker run run --rm -it -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 60 kroese/virtual-dsm:latest
$ docker run --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 60 kroese/virtual-dsm:latest
```

## FAQ