- when using "--context default" parameter - when printing the list of contexts - when exporting the default context to a tarball Signed-off-by: Jean-Christophe Sirot <jean-christophe.sirot@docker.com> (+1 squashed commit) Squashed commits: [20670495] Fix CLI initialization for the `docker stack deploy --help` command and ensure that the dockerCli.CurrentContext() always returns a non empty context name (default as a fallback) Remove now obsolete code handling empty string context name Minor code cleanup Signed-off-by: Jean-Christophe Sirot <jean-christophe.sirot@docker.com>
6 lines
643 B
Plaintext
6 lines
643 B
Plaintext
NAME DESCRIPTION DOCKER ENDPOINT KUBERNETES ENDPOINT ORCHESTRATOR
|
|
current * description of current https://someswarmserver https://someserver (default) all
|
|
default Current DOCKER_HOST based configuration unix:///var/run/docker.sock swarm
|
|
other description of other https://someswarmserver https://someserver (default) all
|
|
unset description of unset https://someswarmserver https://someserver (default)
|