forked from Ivasoft/device-mapping-manager
22 lines
421 B
YAML
22 lines
421 B
YAML
version: "3.8"
|
|
|
|
|
|
services:
|
|
dmm:
|
|
image: docker
|
|
entrypoint: docker
|
|
command: |
|
|
run
|
|
-i
|
|
--name device-manager
|
|
--restart always
|
|
--privileged
|
|
--cgroupns=host
|
|
--pid=host
|
|
--userns=host
|
|
-v /sys:/host/sys
|
|
-v /var/run/docker.sock:/var/run/docker.sock
|
|
ndouba/device-mapping-manager
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|