Versions in this module Expand all Collapse all v1 v1.5.1-alpha Sep 10, 2018 v1.4.3-rc1 Sep 4, 2018 v1.4.3-dev Jul 27, 2018 v1.4.1 Jun 28, 2018 v1.4.1-rc2 Jun 28, 2018 v1.4.1-rc1 Jun 22, 2018 v1.4.0 May 4, 2018 Changes in this version + type Cmd struct + Args []string + Dir string + Env []string + Path string + type Common struct + ExecutionEnvironment string + ID string + Name string + Notes string + type ContainerNetwork struct + Aliases []string + Assigned struct{ ... } + Default bool + Destinations []net.IPNet + Gateway net.IPNet + Nameservers []net.IP + Pools []ip.Range + Type string + type ContainerVM struct + AgentKey []byte + Aliases map[string]string + Interaction url.URL + Version string + type Detail struct + CreateTime int64 + StartTime int64 + StopTime int64 + type Diagnostics struct + DebugLevel int + ExitLogs []ExitLog + ResurrectionCount int + type ExecutorConfig struct + Annotations map[string]string + CreateTime int64 + Diagnostics Diagnostics + Key []byte + LayerID string + Mounts map[string]MountSpec + Networks map[string]*NetworkEndpoint + RepoName string + Sessions map[string]*SessionConfig + Version *version.Build + type ExitLog struct + ExitStatus int + Message string + Time time.Time + type MountSpec struct + Mode string + Path string + Source url.URL + type NetworkEndpoint struct + Assigned net.IPNet + IP *net.IPNet + Network ContainerNetwork + Ports []string + Static bool + type SessionConfig struct + Attach bool + Cmd Cmd + Diagnostics Diagnostics + ExitStatus int + Group string + OpenStdin bool + Restart bool + RunBlock bool + Started string + StopSignal string + Tty bool + User string + type State int + const EXITED + const KILLED + const STARTED