码迷,mamicode.com
首页 > 其他好文 > 详细

docker 安装nginx

时间:2020-02-27 16:27:40      阅读:57      评论:0      收藏:0      [点我收藏+]

标签:repos   tle   安装   默认   --   http   name   test   占用   

下载nginx镜像

从网易云镜像中心下载https://c.163yun.com/hub#/library/repository/info?repoId=2967
docker pull hub.c.163.com/library/nginx:latest

查看nginxjingxiang

docker images

技术图片

给nginx分配端口,并运行

容器中nginx默认占用80,我们把容器的80端口映射到本机18080端口
docker run -d -p 18080:80 --name nginx hub.c.163.com/library/nginx

技术图片

访问:http://localhost:18080/
技术图片

docker 安装nginx

标签:repos   tle   安装   默认   --   http   name   test   占用   

原文地址:https://www.cnblogs.com/levcon/p/12372301.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!