MCPcopy
hub / github.com/amir20/dozzle / Info

Method Info

internal/docker/client.go:39–39  ·  view source on GitHub ↗
(ctx context.Context, options client.InfoOptions)

Source from the content-addressed store, hash-verified

37 ExecAttach(ctx context.Context, execID string, config client.ExecAttachOptions) (client.ExecAttachResult, error)
38 ExecResize(ctx context.Context, execID string, options client.ExecResizeOptions) (client.ExecResizeResult, error)
39 Info(ctx context.Context, options client.InfoOptions) (client.SystemInfoResult, error)
40 ServerVersion(ctx context.Context, options client.ServerVersionOptions) (client.ServerVersionResult, error)
41 ImagePull(ctx context.Context, refStr string, options client.ImagePullOptions) (client.ImagePullResponse, error)
42 ContainerRemove(ctx context.Context, containerID string, options client.ContainerRemoveOptions) (client.ContainerRemoveResult, error)

Callers 15

mainFunction · 0.80
createServerFunction · 0.80
pullImagesMethod · 0.80
removeProjectNetworksMethod · 0.80
removeProjectVolumesMethod · 0.80
ensureNetworksMethod · 0.80
createVolumesMethod · 0.80
deployServiceMethod · 0.80
createLockedMethod · 0.80
updateLockedMethod · 0.80
RemoveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected