debian_basic
Example:
toolname (e.g. porechop or canu etc.)
-i and output -o is given to understand docker pathing${WORKDIRPATH} could be $PWD - your current working dir${WORKDIRNAME} its the location in the docker, the mountpoint
docker run --rm -it -v ${WORKDIRPATH}:/${WORKDIRNAME} replikation/toolname \
toolname -i /${WORKDIRNAME}/input -o /${WORKDIRNAME}/output
docker run --entrypoint other_script.shContent type
Image
Digest
Size
143.9 MB
Last updated
about 7 years ago
docker pull replikation/debian_basic