1.安装nginx
1)下载
docker pull nginx
2)运行,-d 后台运行,-p映射端口
docker run -d --name nginx01 -p 9989:80 nginx
2.安装tomcat
1)下载镜像
docker pull tomcat:9.0
2)