diff --git a/src/pages/docs/resources/shared/volume.mdx b/src/pages/docs/resources/shared/volume.mdx index 94a564e0..e5432924 100644 --- a/src/pages/docs/resources/shared/volume.mdx +++ b/src/pages/docs/resources/shared/volume.mdx @@ -37,4 +37,10 @@ the file declaring the container. even worse it will be writable (since only the toplevel bind is set readonly, not the children). If `bind_propagation_non_recursive` is set to `true` then the container will only see an empty `/host/run`, meaning the `tmpfs` which is typically mounted to `/run` on the host is not propagated into the container. + + Configures Selinux relabeling for the container (usually specified as :z or :Z) and can be one of the following values: + + - shared (Equivalent to :z) + - private (Equivalent to :Z) +