MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / pullImage

Method pullImage

internal/docker/docker.go:29–29  ·  view source on GitHub ↗

pullImage pulls the configured image within the specified ctx and returns an error if the pull failed.

(ctx context.Context)

Source from the content-addressed store, hash-verified

27
28 // pullImage pulls the configured image within the specified ctx and returns an error if the pull failed.
29 pullImage(ctx context.Context) error
30
31 // createContainer creates and starts the configured container. May return a container even if an error happened.
32 // This container will need to be removed. Passing tty also means that the main console will be prepared for

Callers 2

pullImageMethod · 0.65

Implementers 1

dockerV20Clientinternal/docker/docker_impl.go

Calls

no outgoing calls

Tested by 1