fix(docker): get container id by /proc/self/mountinfo

This commit is contained in:
Jacky 2025-05-03 08:51:03 +00:00
parent 1396cbf096
commit 7b642eb12c
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
21 changed files with 1208 additions and 1046 deletions

View file

@ -100,6 +100,7 @@ func Program(confPath string) func(l []net.Listener) error {
}
}
//go:generate go generate ./cmd/...
func main() {
appCmd := cmd.NewAppCmd()