Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.1] man/runc: fixes #3892

Merged
merged 1 commit into from
Jun 28, 2023
Merged
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
10 changes: 3 additions & 7 deletions man/runc.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,16 @@ value for _bundle_ is the current directory.
: Create a container. See **runc-create**(8).

**delete**
: Delete any resources held by the container often used with detached
: Delete any resources held by the container; often used with detached
containers. See **runc-delete**(8).

**events**
: Display container events such as OOM notifications, cpu, memory, IO and
network stats. See **runc-events**(8).
: Display container events, such as OOM notifications, CPU, memory, I/O and
network statistics. See **runc-events**(8).

**exec**
: Execute a new process inside the container. See **runc-exec**(8).

**init**
: Initialize the namespaces and launch the container init process. This command
is not supposed to be used directly.

**kill**
: Send a specified signal to the container's init process. See
**runc-kill**(8).
Expand Down