Skip to content

Commit

Permalink
ctr: add UNIX-specific flags to ctr c create
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Mar 5, 2018
1 parent e6a3dd3 commit 0551328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ctr/commands/run/run_unix.go
Expand Up @@ -31,7 +31,7 @@ import (
)

func init() {
Command.Flags = append(Command.Flags, cli.BoolFlag{
ContainerFlags = append(ContainerFlags, cli.BoolFlag{
Name: "rootfs",
Usage: "use custom rootfs that is not managed by containerd snapshotter",
}, cli.BoolFlag{
Expand Down

0 comments on commit 0551328

Please sign in to comment.