docs: Readme

This commit is contained in:
Kroese 2023-10-10 07:34:44 +02:00 committed by GitHub
parent e9f27899a6
commit 8d8efeb341

View File

@ -17,7 +17,7 @@ Virtual DSM in a docker container.
- Multi-platform - Multi-platform
- KVM acceleration - KVM acceleration
- GPU passthrough - GPU passthrough
- Graceful shutdown - Graceful shutdowns
- Upgrades supported - Upgrades supported
## Usage ## Usage
@ -173,7 +173,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti
* ### How do I passthrough my GPU? * ### How do I passthrough my GPU?
To enable this feature, add the following lines to your compose file: To passthrough your GPU, add the following lines to your compose file:
```yaml ```yaml
environment: environment:
@ -181,6 +181,8 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti
devices: devices:
- /dev/dri - /dev/dri
``` ```
This can be used to enable facial recognition in Synology Photos for example.
* ### What are the differences compared to the standard DSM? * ### What are the differences compared to the standard DSM?