Documentation ¶ Index ¶ type Docker func (d *Docker) DockerCommandRun(command string, container string, terminal *string) func (d *Docker) Exec(cmd string, path []int, container string) *string func (d *Docker) GetContainerId(name string) string func (d *Docker) Init(ui fn) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Docker ¶ type Docker struct { Terminals []string // contains filtered or unexported fields } func (*Docker) DockerCommandRun ¶ func (d *Docker) DockerCommandRun(command string, container string, terminal *string) func (*Docker) Exec ¶ func (d *Docker) Exec(cmd string, path []int, container string) *string func (*Docker) GetContainerId ¶ func (d *Docker) GetContainerId(name string) string func (*Docker) Init ¶ func (d *Docker) Init(ui fn) Source Files ¶ View all Source files docker.go Click to show internal directories. Click to hide internal directories.