Skip to content

Commit c273217

Browse files
author
olevole
committed
better version
1 parent 5bfb4ad commit c273217

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-
- As of 2025, 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".
11+
- At the time of writing this article (2025), 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 (e.g. in redis or postgresql containers).
1313
However, FreeBSD won't let you use this because it doesn't have such capabilities.
1414
```

0 commit comments

Comments
 (0)