mirror of https://github.com/docker/docs.git
17 lines
513 B
Markdown
17 lines
513 B
Markdown
---
|
|
description: List all available clusters
|
|
keywords: documentation, docs, docker, cluster, infrastructure, automation
|
|
title: docker cluster ls
|
|
notoc: true
|
|
---
|
|
|
|
## Usage
|
|
```
|
|
docker cluster ls [OPTIONS]
|
|
```
|
|
Use the following options as needed to list all available clusters:
|
|
|
|
- `--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`.
|
|
- `-q`, `--quiet`: Displays only numeric IDs.
|