docker 安装nginx

Posted Levcon

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了docker 安装nginx相关的知识,希望对你有一定的参考价值。

下载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的主要内容,如果未能解决你的问题,请参考以下文章

windows下docker安装nginx

Docker容器安装nginx基本步骤Yum版

使用docker容器安装nginx的使用

docker 安装 nginx 并配置反向代理

nginx docker怎么配置

docker安装nginx