Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 589 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 589 Bytes

tornado

the base image of tornado
tornado 网络服务器的基础镜像

download

docker pull companyservice/tornado

How to use this image

downlad and run the container based on the image
下载并运行基于镜像的容器

docker run -d -P -v ($PWD):/server companyservice/tornado

the volume directory /serveris used to update the server code, server.py is required to be the main python file
/server 是服务器代码的挂载目录,确保server.py是服务器启动文件