Nginx 的 UI 项目,是我从GitHub上找的项目,改成的docker镜像
5.0K
The nginx GUI makes maintenance easy
这个版本是我从原作者Fork过来,由于不熟悉maven,我改成了gradle项目结构,为了配置简单,我构建了dockerfile。使用了Nginx 1.16.1版本
If you want to download this package, please go to this link: https://github.com/onlyGuo/nginx-gui/releases/tag/1.6
这里提供了国内下载节点, 如果您无法通过以上连接下载release包,可以尝试从下方连接下载(但您需要支付流量费用):
If you like algorithms, you can implement them here.
In the future, it will be a nginx configuration file management tool library supporting complete modules and files.
ducker hub https://hub.docker.com/r/crazyleojay/nginx_ui
拉取镜像:
docker pull crazyleojay/nginx_ui
run
docker run --detach \
--publish 80:80 --publish 8889:8889 \
--name nginx_ui \
--restart always \
crazyleojay/nginx_ui:latest
持久化:
配置文件路径:/usr/local/nginx/conf/nginx.conf
开发者可以自行配置。
docker run --detach \
--publish 80:80 --publish 8889:8889 \
--name nginx_ui \
--restart always \
--volume /home/nginx.conf:/usr/local/nginx/conf/nginx.conf \
crazyleojay/nginx_ui:latest
群号:933481759






Content type
Image
Digest
Size
291.9 MB
Last updated
over 6 years ago
docker pull crazyleojay/nginx_ui