Simple showdoc docker installation process

showdoc installation process

Installation address: 10.144.1.121
Installation environment: docker environment
Installation command:

docker pull registry.cn-shenzhen.aliyuncs.com/star7th/showdoc
docker tag registry.cn-shenzhen.aliyuncs.com/star7th/showdoc star7th/showdoc
docker run -d --name showdoc --user=root --privileged=true -p 88:80 -v /data/showdoc_data/html:/var/www/html/ star7th/showdoc```
访问地址:http://10.144.1.121
使用nginx的80端口反向代理到88端口

Guess you like

Origin blog.csdn.net/qq_31555951/article/details/107611236