docker-static-nginx:使用 Nginx 构建 Docker 镜像以提供静态文件的样板代码

时间:2021-06-12 07:36:30
【文件属性】:
文件名称:docker-static-nginx:使用 Nginx 构建 Docker 镜像以提供静态文件的样板代码
文件大小:98KB
文件格式:ZIP
更新时间:2021-06-12 07:36:30
ApacheConf Docker Nginx 静态 使用 Nginx 构建一个提供静态内容的 docker 镜像 要求 (Linux 不需要) 一个帐户 构建和运行你的形象 docker build -t youruser/yourproject . docker run -d -p 80:80 --name project youruserName/yourproject
【文件预览】:
docker-static-nginx-master
----src()
--------crossdomain.xml(611B)
--------index.html(2KB)
--------.gitattributes(12B)
--------LICENSE.txt(1KB)
--------robots.txt(78B)
--------favicon.ico(766B)
--------img()
--------js()
--------doc()
--------apple-touch-icon.png(4KB)
--------tile-wide.png(2KB)
--------404.html(1KB)
--------humans.txt(229B)
--------css()
--------.editorconfig(191B)
--------.gitignore(137B)
--------.htaccess(40KB)
--------tile.png(3KB)
--------browserconfig.xml(417B)
----Dockerfile(137B)
----README.md(374B)
----nginx.conf(870B)

网友评论