Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Import ¶
func Import(namespace string, reqs ...*ImportRequest) error
Import imports the images specified by the import requests.
func WithMemoryLimit ¶
WithMemoryLimit sets the linux resource memory limit field.
func WithRootfsPropagation ¶
WithRootfsPropagation sets the root filesystem propagation.
Types ¶
type Containerd ¶
type Containerd struct{}
Containerd represents a service to be run in a container.
type ImportRequest ¶
type ImportRequest struct { Path string Options []containerd.ImportOpt }
ImportRequest represents an image import request.
Click to show internal directories.
Click to hide internal directories.