docker

package
v0.1.1-alpha.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2025 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const (
	WORKING_DIR = "/flows"
)

Variables

This section is empty.

Functions

func GetSchema

func GetSchema() interface{}

func NewDockerExecutor

func NewDockerExecutor(name string, driver executor.NodeDriver) (executor.Executor, error)

Types

type DockerExecutor

type DockerExecutor struct {
	// contains filtered or unexported fields
}

func (*DockerExecutor) Execute

func (d *DockerExecutor) Execute(ctx context.Context, execCtx executor.ExecutionContext) (map[string]string, error)

type DockerRunnerOptions

type DockerRunnerOptions struct {
	ShowImagePull     bool
	MountDockerSocket bool
	KeepContainer     bool
}

type DockerWithConfig

type DockerWithConfig struct {
	Image  string `` /* 131-byte string literal not displayed */
	Script string `yaml:"script" json:"script" jsonschema:"title=script" jsonschema_extras:"widget=codeeditor"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL