Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StopAndRemoveContainer ¶
StopAndRemoveContainer Stop and remove a container Reference (https://gist.github.com/frikky/e2efcea6c733ea8d8d015b7fe8a91bf6)
Types ¶
type DockerContainer ¶
type DockerContainers ¶
type DockerContainers struct {
DockerContainer []DockerContainer `json:"DockerContainer"`
}
func ViewAllContainers ¶
func ViewAllContainers() (*DockerContainers, error)
ViewAllContainers returns all containers runnable and which can be built
type DockerVM ¶
type ErrorDetail ¶
type ErrorDetail struct {
Message string `json:"message"`
}
type ErrorLine ¶
type ErrorLine struct { Error string `json:"error"` ErrorDetail ErrorDetail `json:"errorDetail"` }
Click to show internal directories.
Click to hide internal directories.