device-mapping-manager
device-mapping-manager copied to clipboard
If this image is run after other stacks / containers, it won't fix the required devices as it only listens for newly running containers. This is likely to happen if...
I'm using DMM to grant access for my print server to a USB printer, by mounting `/dev/bus/usb` from host to container. Annoyingly, the printer has a habit of disconnecting from...
Hello and thank you for this project! I'm trying to deploy a usb device (google coral) to containers I will manually schedule on one node and I'm struggling to figure...
Please add Open source LICENSE file. And update the Readme with usage instruction.
Hello there i currently try to link an zigbee stick with your great workaround, sadly i get errored out the stick is recognized but cant be talked to: System: Debian...
I am running Ubuntu 22 with Docker 24.0.6. Trying to get `/dev/zfs` access to work in the container (for ZFS filesystem management). Docker Info: ``` Server: Server Version: 24.0.6 Cgroup...
When attempting to deploy the service, the error as mentioned in the title occurs: `Error response from daemon: Encountered remote "application/vnd.docker.plugin.v1+json"(plugin) when fetching` Same problem when running `docker pull ndouba/device-mapping-manager`...
Thanks for this project. This PR is much the same as the other PR. This one has some improvements to the way the container is run also. With this changeset...
DMM runs well inside Docker: ``` docker run \ --rm \ --privileged \ --cgroupns=host \ --pid=host \ --userns=host \ -v /sys:/host/sys \ -v /var/run/docker.sock:/var/run/docker.sock \ ghcr.io/allfro/allfro/device-mapping-manager:sha-0651661 ``` After extracting the...
I've seen that the service watches all volumes in every container. It would be great if there was a method to filter containers and volumes with labels. For example, you...