Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Container ¶
type Container struct {
Names []string
Image string
ID string
Created int64
Status string
State string
SizeRaw int64
SizeRoot int64
Ports []types.Port
}
Struct with all data of a Docker container
func GetContainers ¶
Get current running Docker containers Returns an array of the []Container
Click to show internal directories.
Click to hide internal directories.