Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetContainerIP ¶
func StartHTTPServer ¶
func StartHTTPServer(addr string)
Types ¶
type Container ¶
type Container struct { IPAddress struct { Networks struct { Bridge struct { IPAddress string `json:"IPAddress"` } `json:"bridge"` } `json:"Networks"` } `json:"NetworkSettings"` Ports []struct { PrivatePort int `json:"PrivatePort"` Type string `json:"Type"` } `json:"Ports"` Id string `json:"Id"` Names []string `json:"Names"` Image string `json:"Image"` Status string `json:"Status"` }
func GetRunningContainers ¶
Click to show internal directories.
Click to hide internal directories.