You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: man/ocitools-generate.1.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ inside of the container.
107
107
it is unset, create a new namespace. The special *PATH*`host`
108
108
removes any existing network namespace from the configuration.
109
109
110
-
**--no-new-privileges**
110
+
**--no-new-privileges**=true|false
111
111
Set no new privileges bit for the container process. Setting this flag
112
112
will block the container processes from gaining any additional privileges
113
113
using tools like setuid apps. It is a good idea to run unprivileged
@@ -208,6 +208,9 @@ inside of the container.
208
208
This command mounts a `tmpfs` at `/tmp` within the container. The supported mount options are the same as the Linux default `mount` flags. If you do not specify any options, the systems uses the following options:
209
209
`rw,noexec,nosuid,nodev,size=65536k`.
210
210
211
+
**--tty**=true|false
212
+
Allocate a new tty for the container process. The default is *false*.
0 commit comments