tweaked run command

This commit is contained in:
Felix Lohmeier 2017-10-23 12:16:52 +02:00
parent 49b42f69b6
commit abeb18abc4
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@
### run a script
> docker run -it --rm --name my-script -v "$PWD":/usr/src/pandas:z -w /usr/src/pandas felixlohmeier/pandas python my-script.py
> docker run --rm -v "$PWD":/data:z -w /data felixlohmeierpandas python my-script.py