mirror of https://github.com/docker/docs.git
17 lines
556 B
Markdown
17 lines
556 B
Markdown
---
|
|
description: Inspect clusters
|
|
keywords: documentation, docs, docker, cluster, infrastructure, automation
|
|
title: docker cluster inspect
|
|
notoc: 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`.
|