Documentation
¶
Index ¶
Constants ¶
View Source
const ( MinNerdctlVersion = "2.1.3" MinContainerdVersion = "2.0.0" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
type Runtime interface {
Commit(ctx context.Context, containerID, image string, pause bool, message, author string) error
ImageExists(ctx context.Context, image string) bool
Pull(ctx context.Context, image string, auth *Auth, args ...string) error
Push(ctx context.Context, image string, auth *Auth) error
}
func NewContainerdCompatibleRuntime ¶ added in v0.2.8
Click to show internal directories.
Click to hide internal directories.