DockerCLI/docs/reference/commandline/context_ls.md

21 lines
380 B
Markdown
Raw Normal View History

---
title: "context ls"
description: "The context ls command description and usage"
keywords: "context, ls"
---
# context ls
```markdown
Usage: docker context ls [OPTIONS]
List contexts
Aliases:
ls, list
Options:
--format string Pretty-print contexts using a Go template
(default "table")
-q, --quiet Only show context names
```