docker pull ghostry/python-work
docker stop gpython
docker rm gpython
docker run -d -v ~/svn:/data -p 8000:8000 --name gpython ghostry/python-work
docker exec -it gpython bash
#安装需要的版本
apt update
apt install python3.5
#进入项目路径
pipenv install
-
Notifications
You must be signed in to change notification settings - Fork 0
easy-docker/python-work
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|