Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
Container interface that other compatible container software, such as Docker, LXC, Rocket should implement
type Docker ¶
type Docker struct { Container // contains filtered or unexported fields }
Docker struct to implement the Container interface
func (*Docker) Inspect ¶
Inspect uses docker inspect command to fetch information about the container
Click to show internal directories.
Click to hide internal directories.