package
Version:
v0.0.0-...-1f2438a
Opens a new window with list of versions in this module.
Published: May 4, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Container interface {
CgroupPath() (string, error)
}
Container is an interface to abstract container
related needed methods
Runtime represents a container runtime like docker or containerd
const (
DockerRuntime Runtime = "docker"
ContainerdRuntime Runtime = "containerd"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.