mirror of https://github.com/docker/compose.git
commit
2e11b2148a
|
@ -67,7 +67,7 @@ func runList(ctx context.Context) error {
|
||||||
})
|
})
|
||||||
|
|
||||||
w := tabwriter.NewWriter(os.Stdout, 20, 1, 3, ' ', 0)
|
w := tabwriter.NewWriter(os.Stdout, 20, 1, 3, ' ', 0)
|
||||||
fmt.Fprintln(w, "NAME\tTYPE\tDESCRIPTION\tDOCKER ENPOINT\tKUBERNETES ENDPOINT\tORCHESTRATOR")
|
fmt.Fprintln(w, "NAME\tTYPE\tDESCRIPTION\tDOCKER ENDPOINT\tKUBERNETES ENDPOINT\tORCHESTRATOR")
|
||||||
format := "%s\t%s\t%s\t%s\t%s\t%s\n"
|
format := "%s\t%s\t%s\t%s\t%s\t%s\n"
|
||||||
|
|
||||||
for _, c := range contexts {
|
for _, c := range contexts {
|
||||||
|
|
|
@ -57,6 +57,6 @@ func cloudLogin(cmd *cobra.Command, backendType string) error {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
fmt.Println("login successful")
|
fmt.Println("login succeeded")
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
NAME TYPE DESCRIPTION DOCKER ENPOINT KUBERNETES ENDPOINT ORCHESTRATOR
|
NAME TYPE DESCRIPTION DOCKER ENDPOINT KUBERNETES ENDPOINT ORCHESTRATOR
|
||||||
default * docker Current DOCKER_HOST based configuration npipe:////./pipe/docker_engine swarm
|
default * docker Current DOCKER_HOST based configuration npipe:////./pipe/docker_engine swarm
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
NAME TYPE DESCRIPTION DOCKER ENPOINT KUBERNETES ENDPOINT ORCHESTRATOR
|
NAME TYPE DESCRIPTION DOCKER ENDPOINT KUBERNETES ENDPOINT ORCHESTRATOR
|
||||||
default * docker Current DOCKER_HOST based configuration unix:///var/run/docker.sock swarm
|
default * docker Current DOCKER_HOST based configuration unix:///var/run/docker.sock swarm
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
NAME TYPE DESCRIPTION DOCKER ENPOINT KUBERNETES ENDPOINT ORCHESTRATOR
|
NAME TYPE DESCRIPTION DOCKER ENDPOINT KUBERNETES ENDPOINT ORCHESTRATOR
|
||||||
default docker Current DOCKER_HOST based configuration npipe:////./pipe/docker_engine swarm
|
default docker Current DOCKER_HOST based configuration npipe:////./pipe/docker_engine swarm
|
||||||
test-example * example
|
test-example * example
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
NAME TYPE DESCRIPTION DOCKER ENPOINT KUBERNETES ENDPOINT ORCHESTRATOR
|
NAME TYPE DESCRIPTION DOCKER ENDPOINT KUBERNETES ENDPOINT ORCHESTRATOR
|
||||||
default docker Current DOCKER_HOST based configuration unix:///var/run/docker.sock swarm
|
default docker Current DOCKER_HOST based configuration unix:///var/run/docker.sock swarm
|
||||||
test-example * example
|
test-example * example
|
||||||
|
|
Loading…
Reference in New Issue