Documentation ¶
Index ¶
- func AttachToContainer(containerID string) error
- func DeleteContainer(containerID string)
- func ExecFunction(containerID string, command []string) error
- func GetRunningContainers() []types.Container
- func GetStoppedContainers() []types.Container
- func ShowAllContainers()
- func ShowRunning()
- func StartContainer(containerID string)
- func StopAllContainers()
- func StopContainer(containerID string)
- type StopOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttachToContainer ¶
func DeleteContainer ¶
func DeleteContainer(containerID string)
func ExecFunction ¶
func GetRunningContainers ¶
func GetStoppedContainers ¶
func ShowAllContainers ¶
func ShowAllContainers()
func ShowRunning ¶
func ShowRunning()
func StartContainer ¶
func StartContainer(containerID string)
func StopAllContainers ¶
func StopAllContainers()
func StopContainer ¶
func StopContainer(containerID string)
Types ¶
type StopOptions ¶
type StopOptions struct {
Timeout *int
}
Click to show internal directories.
Click to hide internal directories.