ctr run: add --cwd

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2017-10-03 07:22:05 +00:00
parent f6d88927d5
commit b26e2e781c
4 changed files with 18 additions and 1 deletions

View File

@@ -89,6 +89,10 @@ var runCommand = cli.Command{
Name: "checkpoint",
Usage: "provide the checkpoint digest to restore the container",
},
cli.StringFlag{
Name: "cwd",
Usage: "specify the working directory of the process",
},
}, snapshotterFlags...),
Action: func(context *cli.Context) error {
var (