Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct {
// Docker provides information about Containers and Images on
// the machine.
Docker *Docker
}
Container information from various container services.
type Docker ¶
type Docker struct {
// Containers are all the active and inactive containers that
// are on the system.
Containers []types.Container
// Images are all the images that exist on the Docker Images
// that exist on the machine.
Images []types.Image
}
Docker contains information about the current Docker service on the machine.
Click to show internal directories.
Click to hide internal directories.