docker-top (1) Linux Manual Page
NAME docker-top – Display the running processes of a container SYNOPSIS docker top CONTAINER [ps OPTIONS] DESCRIPTION Alias for docker container top. OPTIONS -h, –help[=false] help for top SEE ALSO docker(1) Index
The Linux Manuals (man pages) document is an important part of Linux documents. Linux Manuals are organized as several sections. Each section has a group of commands for a specific area in Linux usage, administration or development.
NAME docker-top – Display the running processes of a container SYNOPSIS docker top CONTAINER [ps OPTIONS] DESCRIPTION Alias for docker container top. OPTIONS -h, –help[=false] help for top SEE ALSO docker(1) Index
NAME docker-tag – Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE SYNOPSIS docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG] DESCRIPTION Alias for docker image tag. OPTIONS -h, –help[=false] help for tag SEE ALSO docker(1) Index
NAME docker-system – Manage Docker SYNOPSIS docker system DESCRIPTION Manage Docker OPTIONS -h, –help[=false] help for system SEE ALSO docker(1), docker-system-df(1), docker-system-events(1), docker-system-info(1), docker-system-prune(1) Index
NAME docker-system-prune – Remove unused data SYNOPSIS docker system prune [OPTIONS] DESCRIPTION Remove unused data OPTIONS -a, –all[=false] Remove all unused images not just dangling ones –filter= Provide filter values (e.g. ‘label==’) -f, –force[=false] Do not prompt for confirmation -h, –help[=false] help for prune –volumes[=false] Prune volumes SEE ALSO docker-system(1) Index
NAME docker-system-info – Display system-wide information SYNOPSIS docker system info [OPTIONS] DESCRIPTION This command displays system wide information regarding the Docker installation. Information displayed includes the kernel version, number of containers and images. The number of images shown is the number of unique images. The same image tagged under different names is counted only once….
NAME docker-system-events – Get real time events from the server SYNOPSIS docker system events [OPTIONS] DESCRIPTION Get event information from the Docker daemon. Information can include historical information and real-time information. Docker containers will report the following events: attach, commit, copy, create, destroy, detach, die, exec_create, exec_detach, exec_start, export, kill, oom, pause, rename, resize, restart,…
NAME docker-system-df – Show docker disk usage SYNOPSIS docker system df [OPTIONS] DESCRIPTION Show docker disk usage OPTIONS –format="" Pretty-print images using a Go template -h, –help[=false] help for df -v, –verbose[=false] Show detailed information on space usage SEE ALSO docker-system(1) Index
NAME docker-swarm – Manage Swarm SYNOPSIS docker swarm DESCRIPTION Manage Swarm OPTIONS -h, –help[=false] help for swarm SEE ALSO docker(1), docker-swarm-ca(1), docker-swarm-init(1), docker-swarm-join(1), docker-swarm-join-token(1), docker-swarm-leave(1), docker-swarm-unlock(1), docker-swarm-unlock-key(1), docker-swarm-update(1) Index
NAME docker-swarm-update – Update the swarm SYNOPSIS docker swarm update [OPTIONS] DESCRIPTION Update the swarm OPTIONS –autolock[=false] Change manager autolocking setting (true|false) –cert-expiry=2160h0m0s Validity period for node certificates (ns|us|ms|s|m|h) –dispatcher-heartbeat=5s Dispatcher heartbeat period (ns|us|ms|s|m|h) –external-ca= Specifications of one or more certificate signing endpoints -h, –help[=false] help for update –max-snapshots=0 Number of additional Raft snapshots to…
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…