Search Docker Hub
python-work
By ghostry
私人使用的Django运行环境
1.4K
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
Content type
Image
Digest
sha256:154b91ab2…
Size
225.3 MB
Last updated
about 2 years ago
docker pull ghostry/python-work