mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #975] 请原谅我还是没有理解,我应该如何构建带自定义nginx插件的nginx-ui镜像 #2063
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#2063
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chung1912 on GitHub (Apr 18, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/975
感谢大佬在
https://github.com/0xJacky/nginx-ui/issues/973里面的解释,但是我完全没有看懂bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install这个命令怎么在docker构建的时候使用,dockerfile的源码里面没有看到这个,文档说明是在宿主机上直接安装的命令,是否可以更具体一点的明示?比如,我现在已经有了一个加了插件的构建好的nginx基础镜像,名叫
nginx-added-models:1.27.1-alpha,基于现有的这个基础镜像,我如何基于bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install命令,来最终形成一个nginx-ui镜像?