docker-trust-sign (1) Linux Manual Page
docker-trust-sign – Sign an image Synopsisdocker trust sign IMAGE:TAG DescriptionSign an image Options-h, –help[=false] help for sign –local[=false] Sign a locally tagged image See Alsodocker-trust(1)
docker-trust-sign – Sign an image Synopsisdocker trust sign IMAGE:TAG DescriptionSign an image Options-h, –help[=false] help for sign –local[=false] Sign a locally tagged image See Alsodocker-trust(1)
docker-trust-revoke – Remove trust for an image Synopsisdocker trust revoke [OPTIONS] IMAGE[:TAG] DescriptionRemove trust for an image Options-h, –help[=false] help for revoke -y, –yes[=false] Do not prompt for confirmation See Alsodocker-trust(1)
docker-trust-key – Manage keys for signing Docker images Synopsisdocker trust key DescriptionManage keys for signing Docker images Options-h, –help[=false] help for key See Alsodocker-trust(1), docker-trust-key-generate(1), docker-trust-key-load(1)
docker-trust-key-load – Load a private key file for signing Synopsisdocker trust key load [OPTIONS] KEYFILE DescriptionLoad a private key file for signing Options-h, –help[=false] help for load –name="signer" Name for the loaded key See Alsodocker-trust-key(1)
docker-trust-key-generate – Generate and load a signing key-pair Synopsisdocker trust key generate NAME DescriptionGenerate and load a signing key-pair Options–dir="" Directory to generate key in, defaults to current directory -h, –help[=false] help for generate See Alsodocker-trust-key(1)
docker-trust-inspect – Return low-level information about keys and signatures Synopsisdocker trust inspect IMAGE[:TAG] [IMAGE[:TAG]…] DescriptionReturn low-level information about keys and signatures Options-h, –help[=false] help for inspect –pretty[=false] Print the information in a human friendly format See Alsodocker-trust(1)
docker-top – Display the running processes of a container Synopsisdocker top CONTAINER [ps OPTIONS] DescriptionAlias for docker container top. Options-h, –help[=false] help for top See Alsodocker(1)
docker-tag – Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE Synopsisdocker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG] DescriptionAlias for docker image tag. Options-h, –help[=false] help for tag See Alsodocker(1)
docker-system – Manage Docker Synopsisdocker system DescriptionManage Docker Options-h, –help[=false] help for system See Alsodocker(1), docker-system-df(1), docker-system-events(1), docker-system-info(1), docker-system-prune(1)
docker-system-prune – Remove unused data Synopsisdocker system prune [OPTIONS] DescriptionRemove 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 Alsodocker-system(1)
docker-system-info – Display system-wide information Synopsisdocker system info [OPTIONS] DescriptionThis 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. If a format…
docker-system-events – Get real time events from the server Synopsisdocker system events [OPTIONS] DescriptionGet 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, start, stop, top,…
docker-system-df – Show docker disk usage Synopsisdocker system df [OPTIONS] DescriptionShow 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 Alsodocker-system(1)
docker-swarm – Manage Swarm Synopsisdocker swarm DescriptionManage Swarm Options-h, –help[=false] help for swarm See Alsodocker(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)
docker-swarm-update – Update the swarm Synopsisdocker swarm update [OPTIONS] DescriptionUpdate 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 retain –snapshot-interval=10000 Number of…
docker-swarm-unlock – Unlock swarm Synopsisdocker swarm unlock DescriptionUnlock swarm Options-h, –help[=false] help for unlock See Alsodocker-swarm(1)
docker-swarm-unlock-key – Manage the unlock key Synopsisdocker swarm unlock-key [OPTIONS] DescriptionManage the unlock key Options-h, –help[=false] help for unlock-key -q, –quiet[=false] Only display token –rotate[=false] Rotate unlock key See Alsodocker-swarm(1)
docker-swarm-leave – Leave the swarm Synopsisdocker swarm leave [OPTIONS] DescriptionLeave the swarm Options-f, –force[=false] Force this node to leave the swarm, ignoring warnings -h, –help[=false] help for leave See Alsodocker-swarm(1)
docker-swarm-join – Join a swarm as a node and/or manager Synopsisdocker swarm join [OPTIONS] HOST:PORT DescriptionJoin 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 –listen-addr=0.0.0.0:2377 Listen address (format:…
docker-swarm-join-token – Manage join tokens Synopsisdocker swarm join-token OPTIONS <worker|manager> DescriptionManage join tokens Options-h, –help[=false] help for join-token -q, –quiet[=false] Only display token –rotate[=false] Rotate join token See Alsodocker-swarm(1)