Docker Cheat Sheet/Remove a context

Delete a Docker context.

Section: Contexts and Trust

Remove a context

bash
bash
docker context rm prod
Explanation

Cleans up no-longer-used targets from your local client.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Contexts and Trust
List contexts
List available Docker contexts.
OpenIn sheetbash1 tag match
Use a context
Switch the current Docker context.
OpenIn sheetbash1 tag match
Remove an image
Delete a local image.
OpenIn sheetbash1 tag match
Force remove an image
Force-remove a local image.
OpenIn sheetbash1 tag match
Prune dangling images
Remove dangling images.
OpenIn sheetbash1 tag match
Run and remove on exit
Automatically remove the container after it exits.
OpenIn sheetbash1 tag match