docker nginx 基础配置问题
天蓬老师
天蓬老师 2017-04-22 08:56:13
0
2
631

刚学习Docker,目前用。
docker run -d -p 80:80 nginx 作为启动一个Nginx的程序并监听80端口,访问该服务器ip时有nginx的默认页面。

那么该如何启动时配置一个对应的nginx.conf文件,使的访问指定目录下的静态文件呢?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(2)
伊谢尔伦

Mount the configuration directory and static file directory outside the host system

巴扎黑

Add -v when running to mount the local configuration directory to the nginx configuration directory, so that the container and the local directory will share a directory

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template