这个是简单部署操作,没有挂数据卷1.docker pull nginx2.docker run -p 8086:80 -d nginx3.docker ps 查看下容器是否在运行中 然后 在网页地址中跑这个 : ip:8086 就可以了