Skip to content

Commit

Permalink
containers docs: fixed note on singularity default command
Browse files Browse the repository at this point in the history
  • Loading branch information
marcodelapierre committed Mar 19, 2024
1 parent 7736516 commit 07a1bfd
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 07a1bfd

Please sign in to comment.