We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b746e03 + 620bc28 commit bd4a85dCopy full SHA for bd4a85d
1 file changed
cmd/oci-runtime-tool/generate.go
@@ -82,7 +82,7 @@ var generateFlags = []cli.Flag{
82
cli.StringFlag{Name: "selinux-label", Usage: "process selinux label"},
83
cli.StringSliceFlag{Name: "sysctl", Usage: "add sysctl settings e.g net.ipv4.forward=1"},
84
cli.StringFlag{Name: "template", Usage: "base template to use for creating the configuration"},
85
- cli.StringSliceFlag{Name: "tmpfs", Usage: "mount tmpfs"},
+ cli.StringSliceFlag{Name: "tmpfs", Usage: "mount tmpfs e.g. ContainerDIR[:OPTIONS...]"},
86
cli.BoolFlag{Name: "tty", Usage: "allocate a new tty for the container process"},
87
cli.IntFlag{Name: "uid", Usage: "uid for the process"},
88
cli.StringSliceFlag{Name: "uidmappings", Usage: "add UIDMappings e.g HostID:ContainerID:Size"},
0 commit comments