We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d25d41 commit 89723dcCopy full SHA for 89723dc
cmd/docker-mcp/internal/gateway/run.go
@@ -92,7 +92,7 @@ func (g *Gateway) Run(ctx context.Context) error {
92
93
// Central mode.
94
if g.Central {
95
- log("> Initialized in", time.Since(start))
+ log("> Initialized (in central mode) in", time.Since(start))
96
if g.DryRun {
97
log("Dry run mode enabled, not starting the server.")
98
return nil
0 commit comments