updated run script to auto mount usb devices (at least on *buntu machines)
parent
09ffe2d184
commit
6f7d060679
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Run the container as a daemon
|
||||
docker run -d --name dcpvalidator --mount type=bind,source="$(pwd)",target=/media/dcp -it --network=host dcpvalidator
|
||||
docker run -d --name dcpvalidator --mount type=bind,source="/media/",target=/media/dcp --mount type=bind,source="$(pwd)",target=/media/dcp/dcp -it --network=host dcpvalidator
|
||||
|
Loading…
Reference in New Issue