Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Commands = map[string]func(opts DockerCmdOptions) ([]byte, error){
"ps": showRunningContainers,
"logs": showLogs,
}
Functions ¶
func NewDockerClient ¶
func NewDockerClient()
Types ¶
type DockerCmdOptions ¶
Click to show internal directories.
Click to hide internal directories.