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
Make sure you are running Singularity >2.2 to make full use of this feature.
144
+
143
145
### Can a Singularity container be multi-threaded?
144
146
145
147
Yes. Singularity imposes no limitations on forks, threads or processes in general.
@@ -227,6 +229,9 @@ Additionally, there are precautions within the container context to mitigate any
227
229
228
230
You can read more about the Singularity <ahref="/docs-security">security overview here</a>.
229
231
232
+
### When I try mounting my container with the ```-B``` or ```--bind``` option I receive an <i>unknown option</i> or <i>Invalid argument</i> error.
233
+
234
+
Make sure that you are using the most recent Singularity release to mount your container to the host system. Also, make sure you are using an up-to-date Singularity to bootstrap your container. Some features (such as ```--bind```) will not work in earlier versions.
0 commit comments