From 73b5dc3c75afbe5b8b0b13518bf91e32b1dd674a Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Fri, 14 Oct 2022 16:21:45 -0700 Subject: [PATCH] doc: tweak markdown formatting Signed-off-by: Jeff Widman --- docs/jailer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/jailer.md b/docs/jailer.md index 7ed5333065d..0b4f766ed88 100644 --- a/docs/jailer.md +++ b/docs/jailer.md @@ -52,7 +52,7 @@ jailer --id \ Supported options are "1" for cgroup-v1 and "2" for cgroup-v2. - `cgroup` cgroups can be passed to the jailer to let it set the values when the microVM process is spawned. The `--cgroup` argument must follow this format: - `=` (e.g cpuset.cpus=0). This argument can be used multiple + `=` (e.g `cpuset.cpus=0`). This argument can be used multiple times to set multiple cgroups. This is useful to avoid providing privileged permissions to another process for setting the cgroups before or after the jailer is executed. The `--cgroup` flag can help as well to set Firecracker process cgroups