docker pull apachecn0/python-one-to-million
docker run -tid -p <port>:80 apachecn0/python-one-to-million
# 访问 http://localhost:{port} 查看文档
pip install python-one-to-million
python-one-to-million <port>
# 访问 http://localhost:{port} 查看文档
npm install -g python-one-to-million
python-one-to-million <port>
# 访问 http://localhost:{port} 查看文档