Skip to content

Commit

Permalink
Merge pull request #3892 from kolyshkin/1.1-3887
Browse files Browse the repository at this point in the history
[1.1] man/runc: fixes
  • Loading branch information
thaJeztah committed Jun 28, 2023
2 parents 3c840a9 + 8397943 commit c3ce1a1
Showing 1 changed file with 3 additions and 7 deletions.
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

0 comments on commit c3ce1a1

Please sign in to comment.