From 65067e780cc1aac15b8a8764b60f304a0e63346f Mon Sep 17 00:00:00 2001 From: jason yang Date: Thu, 7 Mar 2024 16:34:40 +0900 Subject: [PATCH] add APPTAINER_SHARENS to appendix Signed-off-by: jason yang --- appendix.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appendix.rst b/appendix.rst index 8af7d54f..97360958 100755 --- a/appendix.rst +++ b/appendix.rst @@ -420,6 +420,9 @@ below with their respective functionality. #. **{ENVPREFIX}_SPARSE**: Set to true to create sparse overlay image files with the ``{command} overlay create`` command. +#. **{ENVPREFIX}_SHARENS**: Share the namespace and image + with other containers launched from the same parent process. + ``T`` =====