MCPcopy Create free account
hub / github.com/QuantGeekDev/docker-mcp / down

Method down

src/docker_mcp/docker_executor.py:92–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

90 ]
91
92 async def down(self) -> Tuple[int, str, str]:
93 return await self.run_command("down", "--volumes")
94
95 async def pull(self) -> Tuple[int, str, str]:
96 return await self.run_command("pull")

Callers

nothing calls this directly

Calls 1

run_commandMethod · 0.95

Tested by

no test coverage detected