From e7e303ab9e7f1b05d730b766f902eaa298fcf2aa Mon Sep 17 00:00:00 2001 From: Alex Glikson Date: Thu, 1 Mar 2018 16:12:48 -0500 Subject: [PATCH] Minor wording enhancement in readme Clarifying a bit the explanation why fine-grained control is benefitial. Signed-off-by: Alex Glikson --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d72ad34f..5215e32c1 100644 --- a/README.md +++ b/README.md @@ -214,8 +214,7 @@ runc list runc delete mycontainerid ``` -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. -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. +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`. #### Rootless containers `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: