MCPcopy
hub / github.com/moby/moby / ImagePush

Method ImagePush

client/client_interfaces.go:129–129  ·  view source on GitHub ↗
(ctx context.Context, ref string, options ImagePushOptions)

Source from the content-addressed store, hash-verified

127 ImageList(ctx context.Context, options ImageListOptions) (ImageListResult, error)
128 ImagePull(ctx context.Context, ref string, options ImagePullOptions) (ImagePullResponse, error)
129 ImagePush(ctx context.Context, ref string, options ImagePushOptions) (ImagePushResponse, error)
130 ImageRemove(ctx context.Context, image string, options ImageRemoveOptions) (ImageRemoveResult, error)
131 ImageTag(ctx context.Context, options ImageTagOptions) (ImageTagResult, error)
132 ImagePrune(ctx context.Context, opts ImagePruneOptions) (ImagePruneResult, error)

Implementers 1

Clientclient/client.go

Calls

no outgoing calls