docker pull tomcat:9.0
docker run -d --name tomcat01 -p 3355:80 nginx
docker exec -it tomcat01 /bin/bash
cp -r webapps.list/* webapps
← 安装 Nginx