(ctx context.Context, ref string, options ImagePushOptions)
| 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) |
no outgoing calls