4 lines
161 B
Bash
Executable file
4 lines
161 B
Bash
Executable file
#!/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
|