package
1.7.7
Repository: https://github.com/containerd/nerdctl.git
Documentation: pkg.go.dev

# Packages

Package k8slabels defines Kubernetes container labels.

# Constants

AnonymousVolumes is a JSON-marshalled string of []string.
Bypass4netns is the flag for acceleration with bypass4netns Boolean value which can be parsed with strconv.ParseBool() is required.
Compose Network Name.
Compose Project Name.
Compose Service Name.
Compose Volume Name.
Error encapsulates a container human-readable string that describes container error.
ExtraHosts are HostIPs to appended to /etc/hosts.
Hostname.
IP6Address is the static IP6 address of the container assigned by the user.
IPAddress is the static IP address of the container assigned by the user.
LogURI is the log URI.
No description provided by the author
Mounts is the mount points for the container.
Name is a human-friendly name.
Namespace is the containerd namespace such as "default", "k8s.io".
NerdctlDefaultNetwork indicates whether a network is the default network created and owned by Nerdctl.
Networks is a JSON-marshalled string of []string, e.g.
PIDContainer is the `nerdctl run --pid` for restarting.
PIDFile is the `nerdctl run --pidfile` (CLI flag is "pidfile", not "pid-file", for Podman compatibility).
Platform is the normalized platform string like "linux/ppc64le".
Ports is a JSON-marshalled string of []gocni.PortMapping .
Prefix is the common prefix of nerdctl labels.
StateDir is "/var/lib/nerdctl/<ADDRHASH>/containers/<NAMESPACE>/<ID>".
StopTimeout is seconds to wait for stop a container.

# Variables

No description provided by the author