docker-context
Verified for current stable LTS
Docker Context Command: List All Contexts
Use for list all contexts with Docker Context. Exact CLI syntax to list all contexts using Docker Context.
When to use this: Use for list all contexts with Docker Context.
Command Syntax
docker context ls docker context ls Command Breakdown
docker is the base executable for this command.
FAQ
Purpose: Exact syntax to list all contexts using Docker Context.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Docker Context Command: Create Context From Env Variable
docker context create <context_name> Docker Context Command: Create Context With Specific Endpoint docker context create <context_name> --docker "host={tcp://remote-host:2375}" Docker Context Command: Switch To Context docker context use <context_name>