mirror of
https://github.com/docker/compose.git
synced 2026-08-31 23:03:55 +00:00
Renamed docker-classic to “com.docker.com”.
This commit is contained in:
parent
5103d54330
commit
bbcdad39d5
18 changed files with 53 additions and 46 deletions
|
|
@ -32,7 +32,7 @@ import (
|
|||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"github.com/docker/api/cli/dockerclassic"
|
||||
"github.com/docker/api/cli/mobycli"
|
||||
"github.com/docker/api/context/store"
|
||||
)
|
||||
|
||||
|
|
@ -76,7 +76,7 @@ $ docker context create my-context --description "some description" --docker "ho
|
|||
Use: "create CONTEXT",
|
||||
Short: "Create new context",
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
return dockerclassic.ExecCmd(cmd)
|
||||
return mobycli.ExecCmd(cmd)
|
||||
},
|
||||
Long: longHelp,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue