Documentation ¶
Index ¶
- func Append(base v1.Image, path string) (v1.Image, error)
- func Config(ref string) ([]byte, error)
- func Copy(src, dst string) error
- func Delete(src string) error
- func Digest(ref string) (string, error)
- func Export(img v1.Image, w io.WriteCloser) error
- func ListTags(src string) ([]string, error)
- func Load(path string) (v1.Image, error)
- func Manifest(ref string) ([]byte, error)
- func Pull(src string) (v1.Image, error)
- func Push(img v1.Image, dst string) error
- func Save(img v1.Image, src, path string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Export ¶
func Export(img v1.Image, w io.WriteCloser) error
Export writes the filesystem contents (as a tarball) of img to w.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.