Documentation
¶
Index ¶
Constants ¶
View Source
const InitdPort = 64242
View Source
const InitdPortStr = "64242"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ImageConfig *ImageConfig UserOverride string EntrypointOverride []string CmdOverride []string Hostname string ExtraEnv []string RootDevice string Mounts []Mounts EtcResolv EtcResolv EtcHost []EtcHost Network NetworkConfig }
func DecodeConfig ¶
type ImageConfig ¶
type NetworkConfig ¶
type SignalOptions ¶
type SignalOptions struct {
Signal int
}
type WaitResult ¶
type WaitResult struct {
ExitCode int `json:"exit_code"`
}
Click to show internal directories.
Click to hide internal directories.