cmd/client: move pod create to pod run

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-12-14 18:15:37 +01:00
parent 7b0c76219c
commit e1054cf28e
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9
8 changed files with 42 additions and 42 deletions

View file

@ -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{