pnlbwh / pnlpipe-containers

Containers for pnlpipe software
Other
0 stars 2 forks source link

provide args to docker run w/o double quotes #1

Closed tashrifbillah closed 3 years ago

tashrifbillah commented 4 years ago

Can we support docker run --rm -ti tbillah/pnlpipe pnlpipe/pnlscripts/atlas.py --help-all? Currently, it requires the command to be inside (" ").

Answer: For us to be able to do that, we would have to define all the environment variables like here. Since we use source ~/.bashrc instead, that is not possible. On the other hand, we encourage our users to enter into the container first and then run commands. So, I think we are good with the existing design.

tashrifbillah commented 3 years ago

Superseded by issue #5