Skip to content

Commit a412939

Browse files
author
olevole
committed
typo
1 parent 143f23f commit a412939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/docs/general/cbsd_oci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ There is a misconception that with the advent of OCI all container managers on F
88
There are a few points to note here:
99

1010
- OCI is an image standard, it does not regulate how exactly to work with the image;
11-
- for 2025y, OCI takes into account and focuses on the capabilities of Linux systems and in particular, the use of groups/FS layers/namespaces. Thus, many things (capabilities, plugins) on FreeBSD marked as: "not supported yet".
11+
- for 2025y, OCI takes into account and focuses on the capabilities of Linux systems and in particular, the use of cgroups/FS layers/namespaces. Thus, many things (capabilities, plugins) on FreeBSD marked as: "not supported yet".
1212
As an example - namespaces. For example, in OCI, containers may have 'sysctl' parameters which is widely used - FreeBSD will not allow you to do this:
1313
```
1414
# A list of sysctls to be set in containers by default,

0 commit comments

Comments
 (0)