updated run script to auto mount usb devices (at least on *buntu machines)
This commit is contained in:
parent
09ffe2d184
commit
6f7d060679
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue