Skip to content

Commit 0b21e53

Browse files
committed
standalone: Fix default port comment for Cloud environments
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
1 parent 75be694 commit 0b21e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cli/pkg/standalone/ports.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ const (
55
// controller will listen for requests in Moby environments.
66
DefaultControllerPortMoby = 12434
77
// DefaultControllerPortCloud is the default TCP port on which the
8-
// standalone controller will listen for requests in Moby environments.
8+
// standalone controller will listen for requests in Cloud environments.
99
DefaultControllerPortCloud = 12435
1010
)

0 commit comments

Comments
 (0)