Documentation
¶
Index ¶
- func Execute(f *cmdutil.Factory, c CommandV2, out, err io.Writer, in io.Reader) error
- func ExecuteDaemon(c CommandV2) error
- func RunCommand(cmd *cobra.Command, f *cmdutil.Factory, realCmd Command)
- func RunCommandWithStartedContainer(cmd *cobra.Command, f *cmdutil.Factory, realCmd CommandWithExecs)
- func StartDocker(ctx context.Context, f *cmdutil.Factory, c CommandV2) error
- type Command
- type CommandV2
- type CommandWithExecs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteDaemon ¶
func RunCommandWithStartedContainer ¶
func RunCommandWithStartedContainer(cmd *cobra.Command, f *cmdutil.Factory, realCmd CommandWithExecs)
Types ¶
type Command ¶
type Command interface { DockerCommand() docker.Command ContainerConfig() docker.ContainerConfig }
Click to show internal directories.
Click to hide internal directories.