You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh
|
|
|
|
# Run the container as a daemon
|
|
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
|