Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 312 Bytes

File metadata and controls

15 lines (14 loc) · 312 Bytes

docker-python-work

使用方法

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