Files
docker-docs/cluster/reference/inspect.md
Joe Abbey 2ec4f7f180 [WIP] Docker Cluster (#1126)
Co-Authored-By: Chris Girard <chris.girard@docker.com>
2019-06-06 08:17:28 -04:00

556 B

description, keywords, title, notoc
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, and fatal. Defaults to warn.