mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix(docker): get container id by /proc/self/mountinfo
This commit is contained in:
parent
1396cbf096
commit
7b642eb12c
21 changed files with 1208 additions and 1046 deletions
1
main.go
1
main.go
|
@ -100,6 +100,7 @@ func Program(confPath string) func(l []net.Listener) error {
|
|||
}
|
||||
}
|
||||
|
||||
//go:generate go generate ./cmd/...
|
||||
func main() {
|
||||
appCmd := cmd.NewAppCmd()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue