Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetExecExitStatus ¶
Types ¶
type Message ¶
type Message struct {
// StateDir cannot be empty
StateDir string
Network NetworkMessage
Port PortMessage
}
Message is sent from the parent to the child as JSON, with uint32le length header.
type NetworkMessage ¶
type NetworkMessage struct {
IP string
Netmask int
Gateway string
DNS string
MTU int
// Opaque strings are specific to driver
Opaque map[string]string
}
NetworkMessage is empty for HostNetwork.
type PortMessage ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.