一 拉取镜像

docker pull nginx

二 创建Nginx容器

docker run -di --name=mynginx -p 80:80 nginx

相关文章: