Skip to content

InternetDataMiningLaboratory/tornado

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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是服务器启动文件

Releases

No releases published

Packages

No packages published