Documentation
¶
Overview ¶
Package remote is the API implementation on remote format image.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Image ¶
type Image struct { behaviour.Closer behaviour.Image behaviour.FileSystem // contains filtered or unexported fields }
Image represents a remote image.
func (*Image) GetLayerDiffID ¶ added in v1.5.1
type Layer ¶
type Layer struct { behaviour.Closer behaviour.FileSystem // contains filtered or unexported fields }
type LoadOption ¶
type LoadOption func(*loadOptions)
LoadOption is the option that can be used for loading an remote.Image object.
func WithAuth ¶
func WithAuth(username, password string) LoadOption
func WithInsecure ¶ added in v1.5.5
func WithInsecure() LoadOption
type Runtime ¶
type Runtime struct { behaviour.Closer behaviour.Runtime behaviour.FileSystem // contains filtered or unexported fields }
func (*Runtime) Load ¶
func (t *Runtime) Load(imageRef string, opts ...LoadOption) ([]string, error)
Load image into remote manager system
func (*Runtime) OpenContainerByID ¶
Click to show internal directories.
Click to hide internal directories.