Update readme.md

This commit is contained in:
Kroese 2023-04-11 20:36:37 +02:00 committed by GitHub
parent 1a10105f93
commit 54418f77d1

View File

@ -19,7 +19,8 @@ A docker container of Virtual DSM v7.2
## Features ## Features
- Upgrades supported - Upgrades supported
- KVM acceleration (required) - KVM acceleration
- Graceful shutdown
## Usage ## Usage
@ -47,7 +48,7 @@ services:
Via `docker run`: Via `docker run`:
```bash ```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 ## FAQ