Merge pull request #661 from mikebrow/spec-help

adds detail to runc start and spec help text
This commit is contained in:
Qiang Huang
2016-03-21 09:16:13 +08:00
4 changed files with 85 additions and 7 deletions
+7 -1
View File
@@ -22,7 +22,13 @@ Where "<container-id>" is your name for the instance of the container that you
are starting. The name you provide for the container instance must be unique on
your host.`,
Description: `The start command creates an instance of a container for a bundle. The bundle
is a directory with a specification file and a root filesystem.`,
is a directory with a specification file named "` + specConfig + `" and a root
filesystem.
The specification file includes an args parameter. The args parameter is used
to specify command(s) that get run when the container is started. To change the
command(s) that get executed on start, edit the args parameter of the spec. See
"runc spec --help" for more explanation.`,
Flags: []cli.Flag{
cli.StringFlag{
Name: "bundle, b",