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

docker安装nginx

时间:2018-09-23 22:26:05      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:target   www.   targe   width   class   镜像   -name   oob   style   

docker安装nginx

1.docker安装nginx简单实现

//1.下载nginx镜像
docker pull nginx

//2.查看Nginx镜像
docker images | grep nginx

//3.启动nginx容器
docker run --name nginx -d -p 80:80 nginx

//4.测试nginx是否安成功
curl 127.0.0.1
或
浏览器访问:127.0.0.1
显示welcome to nginx!则成功

命令行:

技术分享图片

技术分享图片

浏览器访问:

技术分享图片

 

docker安装nginx

标签:target   www.   targe   width   class   镜像   -name   oob   style   

原文地址:https://www.cnblogs.com/kaixinyufeng/p/9693623.html

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