VirtualHere USB Server (USB Device Server)
10K+
USAGE:
docker run -p 8080:7575 -d --restart always --device /dev/xxx --name xxx ftpfan/linux-usb-server
-p 8080:7575 means that external port is 8080 and internal port is 7575, you should just change 8080 to your favorite port.
-d means start as deamon
--restart always means that this docker container will be in Autostart
--device/dev/xxx means your device in your Host system to passtrough in docker container
--name xxx is the name of your container
Thats it in short !
Content type
Image
Digest
Size
53.7 MB
Last updated
about 5 years ago
docker pull ftpfan/linux-usb-server:amd64