docker + nginx

安装 nginx

拉取镜像:  docker pull nginx:latest

运行容器:  docker run --name nginx-test -p 8080:80 -d nginx

http://ip:port    访问

  

 

posted @ 2020-12-08 12:48  IT—小子  阅读(47)  评论(0编辑  收藏  举报