Thu Aug 24 22:43:47 CST 2017

This commit is contained in:
ddv12138
2017-08-24 22:43:47 +08:00
4 changed files with 139 additions and 16 deletions

View File

@@ -1,3 +0,0 @@
#!/bin/bash
set -e
docker run -it --rm --name my-running-script -v `pwd`:/usr/src/myapp -w /usr/src/myapp ddv12138/python:3.5 python $1