Skip to content
 
 

Repository files navigation

device-mapping-manager

This maps and enables devices into containers running on docker swarm. It is currently only compatible with linux systems that use cgroup v1 and v2.

Installation

docker stack deploy -c docker-compose.yml dmm

Usage

version: "3.8"

services:
  rdesktop:
    image: lscr.io/linuxserver/rdesktop
    volumes:
      - /dev/dri:/dev/dri
    ports:
      - 3389:3389

About

Allows for mapping of devices from host to container in a docker swarm - brilliant!

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages