Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions crun.1
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,6 @@ Define the format of the log messages. It can either be \fBtext\fP, or
Define the log level. It can either be \fBdebug\fP, \fBwarning\fP or \fBerror\fP\&.
The default is \fBerror\fP\&.

.PP
\fB--no-pivot\fP
Use \fBchroot(2)\fR instead of \fBpivot_root(2)\fR when creating the container.
This option is not safe, and should be avoided.

.PP
\fB--root\fP=\fIDIR\fP
Defines where to store the state for crun containers.
Expand Down Expand Up @@ -184,6 +179,11 @@ the container.
\fB--no-new-keyring\fP
Keep the same session key

.PP
\fB--no-pivot\fP
Use \fBchroot(2)\fR instead of \fBpivot_root(2)\fR when creating the container.
This option is not safe, and should be avoided.

.PP
\fB--preserve-fds\fP=\fIN\fP
Additional number of FDs to pass into the container.
Expand Down Expand Up @@ -212,6 +212,11 @@ the container.
\fB--no-new-keyring\fP
Keep the same session key.

.PP
\fB--no-pivot\fP
Use \fBchroot(2)\fR instead of \fBpivot_root(2)\fR when creating the container.
This option is not safe, and should be avoided.

.PP
\fB--preserve-fds\fP=\fIN\fP
Additional number of FDs to pass into the container.
Expand Down
12 changes: 8 additions & 4 deletions crun.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ Define the format of the log messages. It can either be **text**, or
Define the log level. It can either be **debug**, **warning** or **error**.
The default is **error**.

**--no-pivot**
Use `chroot(2)` instead of `pivot_root(2)` when creating the container.
This option is not safe, and should be avoided.

**--root**=_DIR_
Defines where to store the state for crun containers.

Expand Down Expand Up @@ -149,6 +145,10 @@ the container.
**--no-new-keyring**
Keep the same session key

**--no-pivot**
Use `chroot(2)` instead of `pivot_root(2)` when creating the container.
This option is not safe, and should be avoided.

**--preserve-fds**=_N_
Additional number of FDs to pass into the container.

Expand All @@ -172,6 +172,10 @@ the container.
**--no-new-keyring**
Keep the same session key.

**--no-pivot**
Use `chroot(2)` instead of `pivot_root(2)` when creating the container.
This option is not safe, and should be avoided.

**--preserve-fds**=_N_
Additional number of FDs to pass into the container.

Expand Down
Loading