Settings

Theme

Claude Code's MCP config can silently orphan Docker containers

futuresearch.ai

8 points by rgambee 3 months ago · 2 comments

Reader

Bullhorn9268 3 months ago

So, is there a way of somehow cleaning up those docker containers, e.g. when uv version is not available?

  • rgambeeOP 3 months ago

    You can add a hook to your Claude Code settings to find and stop Docker containers. But it's risky since it might stop containers being used by another CC session.

    Another option is to manually clean up Docker containers periodically, for instance by searching for all containers using a particular image:

        docker ps --filter ancestor=crystaldba/postgres-mcp

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection