docker run --name nginx -v /home/tools/nginx/conf/nginx.conf:/etc/nginx/nginx.conf:ro -v /home/tools/nginx/ssl:/ssl -v /home/tools/nginx/logs:/etc/nginx/logs -v /home:/home -d -p 80:80 -p 443:443 -p 18080:18080 -p 16666:16666 -p 7777:7777 -p 8888:8888 -p 19876:19876 nginx

docker run -d --name push -m 1G -v /etc/localtime:/etc/localtime:ro -v /home/:/home/ -v /home/servers/other/webapp-push:/tomcat8/webapps/ -v /home/servers/other/logs:/tomcat8/logs/ -p 1234:8080 192.168.1.22:5083/tomcat8-1g /root/run.sh

文档更新时间: 2018-10-18 12:35   作者:sign