You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/apps/singularity.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ $ singularity run --cleanenv fmriprep.simg \
72
72
73
73
## Handling environment variables
74
74
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).
76
76
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
77
77
container. To avoid such a situation, we strongly **recommend** using the
78
78
`--cleanenv` argument in all scenarios. For example:
0 commit comments