forked from Ivasoft/device-mapping-manager
7766acde4f1103a5ae9bdeae4c9dd555cf404d91
device-volume-driver
This maps and enables devices into containers running on docker swarm. It is currently only compatible with linux systems that use cgroup v1. Contributions for cgroupv2 are welcome.
Installation
docker plugin install redcanari/dvd
Usage
version: "3.8"
services:
rdesktop:
image: lscr.io/linuxserver/rdesktop
volumes:
- /dev/dri:/dev/dri
ports:
- 3389:3389
Description
Languages
Go
95.5%
C
3.1%
Dockerfile
1.1%
Shell
0.3%