Documentation ¶
Index ¶
- func Exists(ctx context.Context, clt client.ImageAPIClient, image string) (bool, error)
- func InspectImage(ctx context.Context, client client.ImageAPIClient, image string) (types.ImageInspect, error)
- func PullImage(ctx context.Context, client client.ImageAPIClient, serviceName string, ...) error
- func RemoveImage(ctx context.Context, client client.ImageAPIClient, image string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InspectImage ¶
func InspectImage(ctx context.Context, client client.ImageAPIClient, image string) (types.ImageInspect, error)
InspectImage inspect the specified image (can be a name, an id or a digest) with the specified client.
func PullImage ¶
func PullImage(ctx context.Context, client client.ImageAPIClient, serviceName string, authLookup auth.Lookup, image string) error
PullImage pulls the specified image (can be a name, an id or a digest) to the daemon store with the specified client.
func RemoveImage ¶
RemoveImage removes the specified image (can be a name, an id or a digest) from the daemon store with the specified client.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.