docker pull nginx
docker run -d --name nginx01 -p 3344:80 nginx
docker exec -it nginx01 /bin/bash
whereis nginx
← 其他命令 安装tomcat →