赞
踩
1. 安装python
docker search python
docker pull python:3.52.
使用python 镜像
docker run -v $PWD/python35:/usr/src/python35 -w /usr/src/python35 python:3.5 python hello.py
(在当前容器所在目录下执行)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。