MCPcopy Create free account
hub / github.com/buildpacks/pack / ServerVersion

Method ServerVersion

pkg/client/docker.go:20–20  ·  view source on GitHub ↗
(ctx context.Context, options dockerClient.ServerVersionOptions)

Source from the content-addressed store, hash-verified

18 ImagePull(ctx context.Context, ref string, options dockerClient.ImagePullOptions) (dockerClient.ImagePullResponse, error)
19 Info(ctx context.Context, options dockerClient.InfoOptions) (dockerClient.SystemInfoResult, error)
20 ServerVersion(ctx context.Context, options dockerClient.ServerVersionOptions) (dockerClient.ServerVersionResult, error)
21 VolumeRemove(ctx context.Context, volumeID string, options dockerClient.VolumeRemoveOptions) (dockerClient.VolumeRemoveResult, error)
22 ContainerCreate(ctx context.Context, options dockerClient.ContainerCreateOptions) (dockerClient.ContainerCreateResult, error)
23 CopyFromContainer(ctx context.Context, containerID string, options dockerClient.CopyFromContainerOptions) (dockerClient.CopyFromContainerResult, error)

Callers 4

daemonTargetMethod · 0.65
testCreateBuilderFunction · 0.65
testPackageBuildpackFunction · 0.65
testFetcherFunction · 0.65

Implementers 2

MockAPIClientpkg/testmocks/mock_docker_client.go
MockAPIClientMockRecorderpkg/testmocks/mock_docker_client.go

Calls

no outgoing calls

Tested by 3

testCreateBuilderFunction · 0.52
testPackageBuildpackFunction · 0.52
testFetcherFunction · 0.52