方法一、docker pull python:3.5
查找 Docker Hub 上的 Python 镜像:

默认是最新版本 python:latest,可以通过 Sort by 查看其他版本的 python。
此外,我们还可以用 docker search python 命令来查看可用版本:
runoob@runoob:~/python$ docker search python
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
python Python is an interpreted,... 982 [OK]
kaggle/python Docker image for Python... 33