docker-swarm-unlock (1) Linux Manual Page
NAME docker-swarm-unlock – Unlock swarm SYNOPSIS docker swarm unlock DESCRIPTION Unlock swarm OPTIONS -h, –help[=false] help for unlock SEE ALSO docker-swarm(1) Index
Section 1: user commands and tools
NAME docker-swarm-unlock – Unlock swarm SYNOPSIS docker swarm unlock DESCRIPTION Unlock swarm OPTIONS -h, –help[=false] help for unlock SEE ALSO docker-swarm(1) Index
NAME docker-swarm-unlock-key – Manage the unlock key SYNOPSIS docker swarm unlock-key [OPTIONS] DESCRIPTION Manage the unlock key OPTIONS -h, –help[=false] help for unlock-key -q, –quiet[=false] Only display token –rotate[=false] Rotate unlock key SEE ALSO docker-swarm(1) Index
NAME docker-swarm-leave – Leave the swarm SYNOPSIS docker swarm leave [OPTIONS] DESCRIPTION Leave the swarm OPTIONS -f, –force[=false] Force this node to leave the swarm, ignoring warnings -h, –help[=false] help for leave SEE ALSO docker-swarm(1) Index
NAME docker-swarm-join – Join a swarm as a node and/or manager SYNOPSIS docker swarm join [OPTIONS] HOST:PORT DESCRIPTION Join a swarm as a node and/or manager OPTIONS –advertise-addr="" Advertised address (format: [:port]) –availability="active" Availability of the node ("active"|"pause"|"drain") –data-path-addr="" Address or interface to use for data path traffic (format: ) -h, –help[=false] help for join…
NAME docker-swarm-join-token – Manage join tokens SYNOPSIS docker swarm join-token OPTIONS <worker|manager> DESCRIPTION Manage join tokens OPTIONS -h, –help[=false] help for join-token -q, –quiet[=false] Only display token –rotate[=false] Rotate join token SEE ALSO docker-swarm(1) Index
NAME docker-swarm-init – Initialize a swarm SYNOPSIS docker swarm init [OPTIONS] DESCRIPTION Initialize a swarm OPTIONS –advertise-addr="" Advertised address (format: [:port]) –autolock[=false] Enable manager autolocking (requiring an unlock key to start a stopped manager) –availability="active" Availability of the node ("active"|"pause"|"drain") –cert-expiry=2160h0m0s Validity period for node certificates (ns|us|ms|s|m|h) –data-path-addr="" Address or interface to use for data…
NAME docker-swarm-ca – Display and rotate the root CA SYNOPSIS docker swarm ca [OPTIONS] DESCRIPTION Display and rotate the root CA OPTIONS –ca-cert= Path to the PEM-formatted root CA certificate to use for the new cluster –ca-key= Path to the PEM-formatted root CA key to use for the new cluster –cert-expiry=2160h0m0s Validity period for node…
NAME docker-storage-setup – Grows the root filesystem and sets up storage for docker. SYNOPSIS docker-storage-setup [OPTIONS] OPTIONS –help Print usage statement –reset Reset your docker storage to init state. Reset does not try to remove volume groups or try to remove any of the disks added previously. Note: The –reset command is not sufficient…
NAME docker-stop – Stop one or more running containers SYNOPSIS docker stop [OPTIONS] CONTAINER [CONTAINER…] DESCRIPTION Alias for docker container stop. OPTIONS -h, –help[=false] help for stop -t, –time=10 Seconds to wait for stop before killing it SEE ALSO docker(1) Index
NAME docker-stats – Display a live stream of container(s) resource usage statistics SYNOPSIS docker stats [OPTIONS] [CONTAINER…] DESCRIPTION Alias for docker container stats. OPTIONS -a, –all[=false] Show all containers (default shows just running) –format="" Pretty-print images using a Go template -h, –help[=false] help for stats –no-stream[=false] Disable streaming stats and only pull the first result…
NAME docker-start – Start one or more stopped containers SYNOPSIS docker start [OPTIONS] CONTAINER [CONTAINER…] DESCRIPTION Alias for docker container start. OPTIONS -a, –attach[=false] Attach STDOUT/STDERR and forward signals –checkpoint="" Restore from this checkpoint –checkpoint-dir="" Use a custom checkpoint storage directory –detach-keys="" Override the key sequence for detaching a container -h, –help[=false] help for start…
NAME docker-stack – Manage Docker stacks SYNOPSIS docker stack [OPTIONS] DESCRIPTION Manage Docker stacks OPTIONS -h, –help[=false] help for stack –kubeconfig="" Kubernetes config file –orchestrator="" Orchestrator to use (swarm|kubernetes|all) SEE ALSO docker(1), docker-stack-deploy(1), docker-stack-ls(1), docker-stack-ps(1), docker-stack-rm(1), docker-stack-services(1) Index
NAME docker-stack-services – List the services in the stack SYNOPSIS docker stack services [OPTIONS] STACK DESCRIPTION List the services in the stack OPTIONS -f, –filter= Filter output based on conditions provided –format="" Pretty-print services using a Go template -h, –help[=false] help for services –namespace="" Kubernetes namespace to use -q, –quiet[=false] Only display IDs OPTIONS INHERITED…
NAME docker-stack-rm – Remove one or more stacks SYNOPSIS docker stack rm [OPTIONS] STACK [STACK…] DESCRIPTION Remove one or more stacks OPTIONS -h, –help[=false] help for rm –namespace="" Kubernetes namespace to use OPTIONS INHERITED FROM PARENT COMMANDS –kubeconfig="" Kubernetes config file –orchestrator="" Orchestrator to use (swarm|kubernetes|all) SEE ALSO docker-stack(1) Index
NAME docker-stack-ps – List the tasks in the stack SYNOPSIS docker stack ps [OPTIONS] STACK DESCRIPTION List the tasks in the stack OPTIONS -f, –filter= Filter output based on conditions provided –format="" Pretty-print tasks using a Go template -h, –help[=false] help for ps –namespace="" Kubernetes namespace to use –no-resolve[=false] Do not map IDs to Names…
NAME docker-stack-ls – List stacks SYNOPSIS docker stack ls [OPTIONS] DESCRIPTION List stacks OPTIONS –all-namespaces[=false] List stacks from all Kubernetes namespaces –format="" Pretty-print stacks using a Go template -h, –help[=false] help for ls –namespace=[] Kubernetes namespaces to use OPTIONS INHERITED FROM PARENT COMMANDS –kubeconfig="" Kubernetes config file –orchestrator="" Orchestrator to use (swarm|kubernetes|all) SEE ALSO docker-stack(1)…
NAME docker-stack-deploy – Deploy a new stack or update an existing stack SYNOPSIS docker stack deploy [OPTIONS] STACK DESCRIPTION Deploy a new stack or update an existing stack OPTIONS -c, –compose-file=[] Path to a Compose file, or "-" to read from stdin -h, –help[=false] help for deploy –namespace="" Kubernetes namespace to use –prune[=false] Prune services…
NAME docker-service – Manage services SYNOPSIS docker service DESCRIPTION Manage services OPTIONS -h, –help[=false] help for service SEE ALSO docker(1), docker-service-create(1), docker-service-inspect(1), docker-service-logs(1), docker-service-ls(1), docker-service-ps(1), docker-service-rm(1), docker-service-rollback(1), docker-service-scale(1), docker-service-update(1) Index
NAME docker-service-update – Update a service SYNOPSIS docker service update [OPTIONS] SERVICE DESCRIPTION Update a service OPTIONS –args= Service command args –cap-add= Add Linux capabilities –cap-drop= Drop Linux capabilities –config-add= Add or update a config file on a service –config-rm= Remove a configuration file –constraint-add= Add or update a placement constraint –constraint-rm= Remove a constraint…
NAME docker-service-scale – Scale one or multiple replicated services SYNOPSIS docker service scale SERVICE=REPLICAS [SERVICE=REPLICAS…] DESCRIPTION Scale one or multiple replicated services OPTIONS -d, –detach[=false] Exit immediately instead of waiting for the service to converge -h, –help[=false] help for scale SEE ALSO docker-service(1) Index