We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75be694 commit 0b21e53Copy full SHA for 0b21e53
cmd/cli/pkg/standalone/ports.go
@@ -5,6 +5,6 @@ const (
5
// controller will listen for requests in Moby environments.
6
DefaultControllerPortMoby = 12434
7
// DefaultControllerPortCloud is the default TCP port on which the
8
- // standalone controller will listen for requests in Moby environments.
+ // standalone controller will listen for requests in Cloud environments.
9
DefaultControllerPortCloud = 12435
10
)
0 commit comments