Documentation
¶
Index ¶
- func DockerLoad(ctx context.Context, image io.Reader) error
- func DockerRun(ctx context.Context, config *config.Config, p *project.Project, args ...string) error
- func DockerRunWithFD(ctx context.Context, config *config.Config, p *project.Project, ...) error
- func Run(ctx context.Context, command string, args ...string) error
- func RunWithFD(ctx context.Context, stdin io.Reader, stdout, stderr io.Writer, command string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DockerLoad ¶
DockerLoad loads an image into docker from an io.Reader
func DockerRun ¶
func DockerRun(ctx context.Context, config *config.Config, p *project.Project, args ...string) error
DockerRun runs a command within the project's container.
func DockerRunWithFD ¶
func DockerRunWithFD(ctx context.Context, config *config.Config, p *project.Project, stdin io.Reader, stdout, stderr io.Writer, args ...string) error
DockerRunWithFD is like DockerRun but accepts stdin/stdout/stderr.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.