command line flags of setting container rootfs propagation

Signed-off-by: Kitt Hsu <kitt.hsu@gmail.com>
This commit is contained in:
kh
2021-06-15 16:01:40 +08:00
committed by Kitt Hsu
parent 0a3a77bc44
commit 05e51539a9
2 changed files with 19 additions and 0 deletions

View File

@@ -36,5 +36,8 @@ func init() {
}, cli.Uint64Flag{
Name: "cpu-period",
Usage: "Limit CPU CFS period",
}, cli.StringFlag{
Name: "rootfs-propagation",
Usage: "set the propagation of the container rootfs",
})
}