Update ctr containers and tasks command

This moves container and tasks commands under the containers and tasks
top level commands.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-08-07 11:08:50 -04:00
parent b20fd92a13
commit 00288bcb58
15 changed files with 188 additions and 168 deletions

View File

@@ -5,7 +5,7 @@ import (
"github.com/urfave/cli"
)
var killCommand = cli.Command{
var taskKillCommand = cli.Command{
Name: "kill",
Usage: "signal a container (default: SIGTERM)",
ArgsUsage: "CONTAINER",