Documentation ¶
Overview ¶
Package container comprises functions and structures related to container APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewService ¶
func NewService( client backend.ContainerdClient, nerdctlContainerSvc NerdctlService, logger flog.Logger, fs afero.Fs, tarCreator archive.TarCreator, tarExtractor archive.TarExtractor, ) container.Service
NewService creates a new service to operate on containers.
Types ¶
type NerdctlService ¶
type NerdctlService interface { backend.NerdctlContainerSvc backend.NerdctlNetworkSvc }
Click to show internal directories.
Click to hide internal directories.