Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Health ¶
type Health struct { Status bool `json:"status"` Uptime string `json:"uptime"` ServerTime string `json:"server_time"` }
func (*Health) SetServerTime ¶
func (h *Health) SetServerTime()
type NetworkContainerInfo ¶
type NetworkCreateReq ¶
type NetworkCreateResp ¶
type NetworkDigest ¶
type NetworkDigest struct { Id string `json:"Id"` Name string `json:"Name"` Scope string `json:"Scope"` Driver string `json:"Driver"` IPAM NetworkIPAM `json:"IPAM"` }
type NetworkFull ¶
type NetworkFull struct { Id string `json:"Id"` Name string `json:"Name"` Created string `json:"Created"` Scope string `json:"Scope"` Driver string `json:"Driver"` IPAM NetworkIPAM `json:"IPAM"` Internal bool `json:"Internal"` Attachable bool `json:"Attachable"` Ingress bool `json:"Ingress"` Containers map[string]NetworkContainerInfo `json:"Containers"` }
type NetworkIPAM ¶
type NetworkIPAM struct { Driver string `json:"Driver"` Config []NetworkIPAMConfig `json:"Config"` }
type NetworkIPAMConfig ¶
type NetworkOptions ¶
type NetworkOptions struct { BridgeDefaultBridge string `json:"com.docker.network.bridge.default_bridge"` BridgeIPMasquerade string `json:"com.docker.network.bridge.enable_ip_masquerade"` BridgeHostBindingIPv4 string `json:"com.docker.network.bridge.host_binding_ipv4"` BridgeName string `json:"com.docker.network.bridge.name"` DriverMTU string `json:"com.docker.network.driver.mtu"` }
Click to show internal directories.
Click to hide internal directories.