Related website here : Irshad's technical blog
docker run -it -v "$(PWD):/home/app" irshadjs/software_workflow:0.2
docker run -it -v "%cd%:/home/app" irshadjs/software_workflow:0.2
use this command to make the scripts in bash, executable:
sed -i -e 's/\r$//' scriptname.sh
docker build -t irshadjs/software_workflow:0.2 .