Send bash script to docker container
The most common use case for docker is for me the following.
1. I have a docker image that contains all the software I need.
2. I have some data to analyze located on the host system
3. I have a bash script that should run in a container, using that data
Lets assume we have some data (e.g. fastq files) located on ‘/home/daniel/Project1/Raw’ and