cmd/client: move pod create to pod run
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
7b0c76219c
commit
e1054cf28e
8 changed files with 42 additions and 42 deletions
|
@ -24,12 +24,12 @@ var podSandboxCommand = cli.Command{
|
|||
}
|
||||
|
||||
var runPodSandboxCommand = cli.Command{
|
||||
Name: "create",
|
||||
Usage: "create a pod",
|
||||
Name: "run",
|
||||
Usage: "run a pod",
|
||||
Flags: []cli.Flag{
|
||||
cli.StringFlag{
|
||||
Name: "config",
|
||||
Value: "config.json",
|
||||
Value: "",
|
||||
Usage: "the path of a pod sandbox config file",
|
||||
},
|
||||
cli.StringFlag{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue