docker-service-rm (1) Linux Manual Page
docker-service-rm – Remove one or more services Synopsisdocker service rm SERVICE [SERVICE…] DescriptionRemove one or more services Options-h, –help[=false] help for rm See Alsodocker-service(1)
docker-service-rm – Remove one or more services Synopsisdocker service rm SERVICE [SERVICE…] DescriptionRemove one or more services Options-h, –help[=false] help for rm See Alsodocker-service(1)
docker-service-ps – List the tasks of one or more services Synopsisdocker service ps [OPTIONS] SERVICE [SERVICE…] DescriptionList the tasks of one or more services Options-f, –filter= Filter output based on conditions provided –format="" Pretty-print tasks using a Go template -h, –help[=false] help for ps –no-resolve[=false] Do not map IDs to Names –no-trunc[=false] Do not truncate…
docker-service-ls – List services Synopsisdocker service ls [OPTIONS] DescriptionList services Options-f, –filter= Filter output based on conditions provided –format="" Pretty-print services using a Go template -h, –help[=false] help for ls -q, –quiet[=false] Only display IDs See Alsodocker-service(1)
docker-service-logs – Fetch the logs of a service or task Synopsisdocker service logs [OPTIONS] SERVICE|TASK DescriptionFetch the logs of a service or task Options–details[=false] Show extra details provided to logs -f, –follow[=false] Follow log output -h, –help[=false] help for logs –no-resolve[=false] Do not map IDs to Names in output –no-task-ids[=false] Do not include task IDs…
docker-service-inspect – Display detailed information on one or more services Synopsisdocker service inspect [OPTIONS] SERVICE [SERVICE…] DescriptionDisplay detailed information on one or more services Options-f, –format="" Format the output using the given Go template -h, –help[=false] help for inspect –pretty[=false] Print the information in a human friendly format See Alsodocker-service(1)
docker-service-create – Create a new service Synopsisdocker service create [OPTIONS] IMAGE [COMMAND] [ARG…] DescriptionCreate a new service Options–cap-add= Add Linux capabilities –cap-drop= Drop Linux capabilities –config= Specify configurations to expose to the service –constraint= Placement constraints –container-label= Container labels –credential-spec= Credential spec for managed service account (Windows only) -d, –detach[=false] Exit immediately instead of waiting…
docker-secret – Manage Docker secrets Synopsisdocker secret DescriptionManage Docker secrets Options-h, –help[=false] help for secret See Alsodocker(1), docker-secret-create(1), docker-secret-inspect(1), docker-secret-ls(1), docker-secret-rm(1)
docker-secret-rm – Remove one or more secrets Synopsisdocker secret rm SECRET [SECRET…] DescriptionRemove one or more secrets Options-h, –help[=false] help for rm See Alsodocker-secret(1)
docker-secret-ls – List secrets Synopsisdocker secret ls [OPTIONS] DescriptionList secrets Options-f, –filter= Filter output based on conditions provided –format="" Pretty-print secrets using a Go template -h, –help[=false] help for ls -q, –quiet[=false] Only display IDs See Alsodocker-secret(1)
docker-secret-inspect – Display detailed information on one or more secrets Synopsisdocker secret inspect [OPTIONS] SECRET [SECRET…] DescriptionDisplay detailed information on one or more secrets Options-f, –format="" Format the output using the given Go template -h, –help[=false] help for inspect –pretty[=false] Print the information in a human friendly format See Alsodocker-secret(1)
docker-secret-create – Create a secret from a file or STDIN as content Synopsisdocker secret create [OPTIONS] SECRET [file|-] DescriptionCreate a secret from a file or STDIN as content Options-d, –driver="" Secret driver -h, –help[=false] help for create -l, –label= Secret labels –template-driver="" Template driver See Alsodocker-secret(1)
docker-search – Search the Docker Hub for images Synopsisdocker search [OPTIONS] TERM DescriptionSearch Docker Hub for images that match the specified TERM. The table of images returned displays the name, description (truncated by default), number of stars awarded, whether the image is official, and whether it is automated. Note – Search queries will only return…
docker-save – Save one or more images to a tar archive (streamed to STDOUT by default) Synopsisdocker save [OPTIONS] IMAGE [IMAGE…] DescriptionAlias for docker image save. Options-h, –help[=false] help for save -o, –output="" Write to a file, instead of STDOUT See Alsodocker(1)
docker-run – Run a command in a new container Synopsisdocker run [-a|–attach[=[]]] [–add-host[=[]]] [–blkio-weight[=[BLKIO-WEIGHT]]] [–blkio-weight-device[=[]]] [–cpu-shares[=0]] [–cap-add[=[]]] [–cap-drop[=[]]] [–cgroupns[=[]]] [–cgroup-parent[=CGROUP-PATH]] [–cidfile[=CIDFILE]] [–cpu-count[=0]] [–cpu-percent[=0]] [–cpu-period[=0]] [–cpu-quota[=0]] [–cpu-rt-period[=0]] [–cpu-rt-runtime[=0]] [–cpus[=0.0]] [–cpuset-cpus[=CPUSET-CPUS]] [–cpuset-mems[=CPUSET-MEMS]] [-d|–detach] [–detach-keys[=[]]] [–device[=[]]] [–device-cgroup-rule[=[]]] [–device-read-bps[=[]]] [–device-read-iops[=[]]] [–device-write-bps[=[]]] [–device-write-iops[=[]]] [–dns[=[]]] [–dns-option[=[]]] [–dns-search[=[]]] [–domainname[=DOMAINNAME]] [-e|–env[=[]]] [–entrypoint[=ENTRYPOINT]] [–env-file[=[]]] [–expose[=[]]] [–group-add[=[]]] [-h|–hostname[=HOSTNAME]] [–help] [–init] [-i|–interactive] [–ip[=IPv4-ADDRESS]] [–ip6[=IPv6-ADDRESS]] [–ipc[=IPC]] [–isolation[=default]]…
docker-rmi – Remove one or more images Synopsisdocker rmi [OPTIONS] IMAGE [IMAGE…] DescriptionAlias for docker image rm. Options-f, –force[=false] Force removal of the image -h, –help[=false] help for rmi –no-prune[=false] Do not delete untagged parents See Alsodocker(1)
docker-rm – Remove one or more containers Synopsisdocker rm [OPTIONS] CONTAINER [CONTAINER…] DescriptionAlias for docker container rm. Options-f, –force[=false] Force the removal of a running container (uses SIGKILL) -h, –help[=false] help for rm -l, –link[=false] Remove the specified link -v, –volumes[=false] Remove anonymous volumes associated with the container See Alsodocker(1)
docker-restart – Restart one or more containers Synopsisdocker restart [OPTIONS] CONTAINER [CONTAINER…] DescriptionAlias for docker container restart. Options-h, –help[=false] help for restart -t, –time=10 Seconds to wait for stop before killing the container See Alsodocker(1)
docker-rename – Rename a container Synopsisdocker rename CONTAINER NEW_NAME DescriptionAlias for docker container rename. Options-h, –help[=false] help for rename See Alsodocker(1)
docker-push – Push an image or a repository to a registry Synopsisdocker push [OPTIONS] NAME[:TAG] DescriptionAlias for docker image push. Options-a, –all-tags[=false] Push all tagged images in the repository –disable-content-trust[=true] Skip image signing -h, –help[=false] help for push -q, –quiet[=false] Suppress verbose output See Alsodocker(1)
docker-pull – Pull an image or a repository from a registry Synopsisdocker pull [OPTIONS] NAME[:TAG|@DIGEST] DescriptionAlias for docker image pull. Options-a, –all-tags[=false] Download all tagged images in the repository –disable-content-trust[=true] Skip image verification -h, –help[=false] help for pull –platform="" Set platform if server is multi-platform capable -q, –quiet[=false] Suppress verbose output See Alsodocker(1)