|
@@ -26,7 +26,7 @@ type createOptions struct {
|
|
name string
|
|
name string
|
|
}
|
|
}
|
|
|
|
|
|
-// NewCreateCommand creats a new cobra.Command for `docker create`
|
|
|
|
|
|
+// NewCreateCommand creates a new cobra.Command for `docker create`
|
|
func NewCreateCommand(dockerCli *client.DockerCli) *cobra.Command {
|
|
func NewCreateCommand(dockerCli *client.DockerCli) *cobra.Command {
|
|
var opts createOptions
|
|
var opts createOptions
|
|
var copts *runconfigopts.ContainerOptions
|
|
var copts *runconfigopts.ContainerOptions
|