Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { CheckImageExist(image *kii.ImageName) bool MountImage(image *kii.ImageName, workingDir, targetDir string) error UmountImage(workingDir string) error GetImageManifest(image *kii.ImageName, auth *runtimeapi.AuthConfig) (*kii.Manifest, error) TagImage(sourceImage, targetImage *kii.ImageName) error LoadImage(tarFile string) error RegisterImage(image, manifest string) error PullImage(image string, auth *runtimeapi.AuthConfig) error ListImage() ([]*Image, error) }
func NewDockerStore ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.