Documentation
¶
Overview ¶
Package run provides the container run command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RunOptions ¶
type RunOptions struct {
*copts.ContainerOptions
IOStreams *iostreams.IOStreams
TUI *tui.TUI
Client func(context.Context) (*docker.Client, error)
Config func() *config.Config
SocketBridge func() socketbridge.SocketBridgeManager
Prompter func() *prompter.Prompter
Initializer *shared.ContainerInitializer
// Run-specific options
Detach bool
// Computed fields (set during execution)
AgentName string
// contains filtered or unexported fields
}
RunOptions holds options for the run command.
Click to show internal directories.
Click to hide internal directories.