Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerExecutor ¶
type DockerExecutor struct {
// contains filtered or unexported fields
}
DockerExecutor executes tools using Docker
func NewDockerExecutor ¶
func NewDockerExecutor(dryRun, verbose bool) (*DockerExecutor, error)
NewDockerExecutor creates a new Docker executor
func (*DockerExecutor) Close ¶
func (e *DockerExecutor) Close() error
Close closes the Docker client
func (*DockerExecutor) Run ¶
func (e *DockerExecutor) Run(ctx context.Context, containerConfig *config.ContainerConfig) error
Run executes a tool configuration
Click to show internal directories.
Click to hide internal directories.