MCPcopy Index your code
hub / github.com/cloudgraphdev/cli / pullDGraphDockerImage

Method pullDGraphDockerImage

src/commands/launch.ts:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 }
38
39 async pullDGraphDockerImage(): Promise<void> {
40 await execCommand(`docker pull ${DGRAPH_DOCKER_IMAGE_NAME}`)
41 }
42
43 async startDGraphContainer(
44 containerId?: string

Callers 1

runMethod · 0.95

Calls 1

execCommandFunction · 0.90

Tested by

no test coverage detected