Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandBuilder ¶
type CommandBuilder interface {
BuildCommandFromConfig(commandName string, cfg *config.Configuration) (*exec.Cmd, error)
}
CommandBuilder builds a "docker run" command for the given command name and configuration
func NewCommandBuilder ¶
func NewCommandBuilder() (CommandBuilder, error)
NewCommandBuilder returns a new commandBuilder
Source Files ¶
Click to show internal directories.
Click to hide internal directories.