Skip to content

Commit

Permalink
containers docs: fixed note on singularity default command (nextflow-…
Browse files Browse the repository at this point in the history
…io#4825) [ci skip]

Signed-off-by: Dr Marco Claudio De La Pierre <marco.delapierre@gmail.com>
Signed-off-by: Niklas Schandry <niklas@bio.lmu.de>
  • Loading branch information
marcodelapierre authored and nschan committed Apr 3, 2024
1 parent c7b1520 commit d95e6aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d95e6aa

Please sign in to comment.