Skip to content

Commit 0c743bb

Browse files
committed
merge branch 'pr-1751'
Minor wording enhancement in readme LGTMs: @crosbymichael @cyphar Closes #1751
2 parents ce80fa0 + e7e303a commit 0c743bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,7 @@ runc list
214214
runc delete mycontainerid
215215
```
216216

217-
This adds more complexity but allows higher level systems to manage runc and provides points in the containers creation to setup various settings after the container has created and/or before it is deleted.
218-
This is commonly used to setup the container's network stack after `create` but before `start` where the user's defined process will be running.
217+
This allows higher level systems to augment the containers creation logic with setup of various settings after the container is created and/or before it is deleted. For example, the container's network stack is commonly set up after `create` but before `start`.
219218

220219
#### Rootless containers
221220
`runc` has the ability to run containers without root privileges. This is called `rootless`. You need to pass some parameters to `runc` in order to run rootless containers. See below and compare with the previous version. Run the following commands as an ordinary user:

0 commit comments

Comments
 (0)