Docker 安装 nginx

查看可用的版本

docker search nginx

安装最新版本

docker pull nginx:latest

运行nginx

docker run --name nginx -p 80:80 -d nginx
上次更新:
贡献者: 郑壮