Documentation ¶
Index ¶
- func Exec(ctx context.Context, container string, options ExecOptions, command string, ...) error
- func ExecInteractive(ctx context.Context, container string, options ExecOptions, command string, ...) error
- func Info(ctx context.Context) (string, *semver.Version, error)
- func PortForward(ctx context.Context, container string, source, target int) error
- func Pull(ctx context.Context, image, platform string, options PullOptions) error
- func Run(ctx context.Context, image string, options RunOptions, args ...string) error
- func RunInteractive(ctx context.Context, image string, options RunOptions, args ...string) error
- type ExecOptions
- type PullOptions
- type RunOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecInteractive ¶
func PortForward ¶ added in v0.0.5
func RunInteractive ¶
Types ¶
type ExecOptions ¶
Click to show internal directories.
Click to hide internal directories.