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

Method up

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

Source from the content-addressed store, hash-verified

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")
100
101 async def ps(self) -> Tuple[int, str, str]:
102 return await self.run_command("ps")

Callers

nothing calls this directly

Calls 1

run_commandMethod · 0.95

Tested by

no test coverage detected