1
0
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:
Amir Raminfar
2023-03-10 16:05:48 -08:00
parent 1c07142bce
commit c15a680797
12 changed files with 342 additions and 178 deletions

View File

@@ -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
}