Merge pull request #2180 from AkihiroSuda/fix-ctr-c-create-unix

ctr: add UNIX-specific flags to `ctr c create`
This commit is contained in:
Phil Estes 2018-03-05 08:53:45 -05:00 committed by GitHub
commit 142ecddd0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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