Skip to content

Commit

Permalink
doc: tweak markdown formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Widman <[email protected]>
  • Loading branch information
jeffwidman authored and dianpopa committed Nov 4, 2022
1 parent ab8de95 commit 73b5dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/jailer.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jailer --id <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:
`<cgroup_file>=<value>` (e.g cpuset.cpus=0). This argument can be used multiple
`<cgroup_file>=<value>` (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
Expand Down

0 comments on commit 73b5dc3

Please sign in to comment.