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:
commit
142ecddd0d
@ -31,7 +31,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
Command.Flags = append(Command.Flags, cli.BoolFlag{
|
ContainerFlags = append(ContainerFlags, cli.BoolFlag{
|
||||||
Name: "rootfs",
|
Name: "rootfs",
|
||||||
Usage: "use custom rootfs that is not managed by containerd snapshotter",
|
Usage: "use custom rootfs that is not managed by containerd snapshotter",
|
||||||
}, cli.BoolFlag{
|
}, cli.BoolFlag{
|
||||||
|
Loading…
Reference in New Issue
Block a user