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

Method ps

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

Source from the content-addressed store, hash-verified

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 1

_deploy_stackMethod · 0.95

Calls 1

run_commandMethod · 0.95

Tested by

no test coverage detected