Skip to content

Commit 7a099a3

Browse files
authored
fix: update link from old singularityware org into apptainer
1 parent 3a57c33 commit 7a099a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/apps/singularity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ $ singularity run --cleanenv fmriprep.simg \
7272

7373
## Handling environment variables
7474

75-
Singularity by default [exposes all environment variables from the host inside the container](https://github.com/singularityware/singularity/issues/445).
75+
Singularity by default [exposes all environment variables from the host inside the container](https://github.com/apptainer/singularity/issues/445).
7676
Because of this, your host libraries (e.g., [NiPype](https://nipype.readthedocs.io) or a Python environment) could be accidentally used instead of the ones inside the
7777
container. To avoid such a situation, we strongly **recommend** using the
7878
`--cleanenv` argument in all scenarios. For example:

0 commit comments

Comments
 (0)