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

Docker中安装nginx

时间:2019-12-16 16:12:21      阅读:71      评论:0      收藏:0      [点我收藏+]

标签:lan   strong   tar   code   注意   alt   技术   安装nginx   安装   

Docker中安装nginx

 

步骤:

 

1 、docker pull nginx

技术图片

 

 

 2、docker images

技术图片

 

 

3、docker run -d -p 80:80 --name nginx nginx

技术图片

 

 

 

4、docker ps

技术图片

 

 

5、查看是否可以访问

注意:我这里是安装在云服务器的docker中

技术图片

 

Docker中安装nginx

标签:lan   strong   tar   code   注意   alt   技术   安装nginx   安装   

原文地址:https://www.cnblogs.com/Edward-Wang/p/12049557.html

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