Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdStop ¶
NewCmdStop creates the container stop command.
Types ¶
type StopOptions ¶
type StopOptions struct {
IOStreams *iostreams.IOStreams
Client func(context.Context) (*docker.Client, error)
ProjectManager func() (project.ProjectManager, error)
SocketBridge func() socketbridge.SocketBridgeManager
Logger func() (*logger.Logger, error)
Agent bool
Timeout int
Signal string
Containers []string
}
StopOptions holds options for the stop command.
Click to show internal directories.
Click to hide internal directories.