From a3832808f33baf0e2ff2c9797b9b3cd5f81db96d Mon Sep 17 00:00:00 2001 From: Dmitriy Fishman Date: Mon, 4 Oct 2021 07:26:41 +0300 Subject: [PATCH] docs: create.md: typo fix Signed-off-by: Dmitriy Fishman --- docs/reference/commandline/create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/create.md b/docs/reference/commandline/create.md index 21fce0e8e6..5aa84eb2ae 100644 --- a/docs/reference/commandline/create.md +++ b/docs/reference/commandline/create.md @@ -240,7 +240,7 @@ assigned devices will both be added to the cgroup.allow file and created into the container once it is run. This poses a problem when a new device needs to be added to running container. -One of the solution is to add a more permissive rule to a container +One of the solutions is to add a more permissive rule to a container allowing it access to a wider range of devices. For example, supposing our container needs access to a character device with major `42` and any number of minor number (added as new devices appear), the