From b68b2722a2b9be95c3cc72cdca5875b7d17454f8 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Tue, 29 Aug 2023 12:43:18 +0200 Subject: [PATCH] update volume.mdx with new selinux option --- src/pages/docs/resources/shared/volume.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pages/docs/resources/shared/volume.mdx b/src/pages/docs/resources/shared/volume.mdx index 04dbba96..f3c61dc9 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. For more information please see the Docker documentation [https://docs.docker.com/storage/bind-mounts/#configure-bind-propagation](https://docs.docker.com/storage/bind-mounts/#configure-bind-propagation) - \ No newline at end of file + + 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) + +