mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 14:31:44 +01:00
Adds more docs
This commit is contained in:
2
main.go
2
main.go
@@ -111,7 +111,7 @@ func main() {
|
||||
clients["localhost"] = dockerClient
|
||||
|
||||
for _, host := range args.RemoteHost {
|
||||
log.Infof("Creating a client for %s", host)
|
||||
log.Infof("Creating client for %s", host)
|
||||
client := docker.NewClientWithTlsAndFilter(args.Filter, host)
|
||||
clients[host] = client
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user