2
0
mirror of https://github.com/felixlohmeier/pandas-docker.git synced 2025-03-30 00:00:37 +01:00

tweaked run command

This commit is contained in:
Felix Lohmeier 2017-10-23 12:16:52 +02:00
parent 49b42f69b6
commit abeb18abc4

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