mirror of https://github.com/docker/cli.git
Merge pull request #4811 from thaJeztah/remove_deprecated_NewStartOptions
cli/command/container: remove deprecated NewStartOptions
This commit is contained in:
commit
ea84a3fc31
|
@ -28,13 +28,6 @@ type StartOptions struct {
|
||||||
Containers []string
|
Containers []string
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewStartOptions creates a new StartOptions.
|
|
||||||
//
|
|
||||||
// Deprecated: create a new [StartOptions] directly.
|
|
||||||
func NewStartOptions() StartOptions {
|
|
||||||
return StartOptions{}
|
|
||||||
}
|
|
||||||
|
|
||||||
// NewStartCommand creates a new cobra.Command for `docker start`
|
// NewStartCommand creates a new cobra.Command for `docker start`
|
||||||
func NewStartCommand(dockerCli command.Cli) *cobra.Command {
|
func NewStartCommand(dockerCli command.Cli) *cobra.Command {
|
||||||
var opts StartOptions
|
var opts StartOptions
|
||||||
|
|
Loading…
Reference in New Issue