From 271d28c7f42f02a997a63e3df4a1e23e8fca4f5d Mon Sep 17 00:00:00 2001 From: Dr Marco Claudio De La Pierre Date: Tue, 19 Mar 2024 17:21:45 +0800 Subject: [PATCH] containers docs: fixed note on singularity default command (#4825) [ci skip] Signed-off-by: Dr Marco Claudio De La Pierre Signed-off-by: Niklas Schandry --- docs/container.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/container.md b/docs/container.md index 32232d7a2b..1d0ad99e51 100644 --- a/docs/container.md +++ b/docs/container.md @@ -585,8 +585,7 @@ Nextflow automatically mounts the required host paths in the container. To re-en ::: :::{versionchanged} 23.09.0-edge -Nextflow uses the command `run` to carry out the execution of Singularity containers instead of the `exec` command. -To re-enable the old behavior, set the environment variable `NXF_SINGULARITY_RUN_COMMAND` to `exec`. +The execution command for Singularity/Apptainer containers can be set to `run` by means of the environment variable `NXF_SINGULARITY_RUN_COMMAND` (default command is `exec`). ::: ### Multiple containers