mirror of https://github.com/docker/docs.git
556 B
556 B
description | keywords | title | notoc |
---|---|---|---|
Inspect clusters | documentation, docs, docker, cluster, infrastructure, automation | docker cluster inspect | true |
Usage
docker cluster inspect [OPTIONS] cluster
Use the following options as needed to display detailed information about a cluster:
-a, --all
: Displays complete information about the cluster.--dry-run
: Skips resource provisioning.--log-level string
: Specifies the logging level. Valid values include:trace
,debug
,info
,warn
,error
, andfatal
. Defaults towarn
.