diff --git a/cli/container.go b/cli/container.go index 8557f309..899ec2bf 100644 --- a/cli/container.go +++ b/cli/container.go @@ -139,6 +139,7 @@ func createWorker(verbose bool, image string, args []string, env []string, name // ports to be assigned to the server belong to roles // all, server or workerPorts, err := MergePortSpecs(nodeToPortSpecMap, "worker", containerName) + fmt.Printf("%s -> ports: %+v\n", containerName, workerPorts) if err != nil { return "", err }