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

Method pull

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

Source from the content-addressed store, hash-verified

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")
97
98 async def up(self) -> Tuple[int, str, str]:
99 return await self.run_command("up", "-d")

Callers

nothing calls this directly

Calls 1

run_commandMethod · 0.95

Tested by

no test coverage detected