Skip to content

Commit cf45db6

Browse files
committed
a new faq and a small addition to the Docker faq
1 parent e3c2cb0 commit cf45db6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pages/docs/overview/faq.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ $ sudo singularity create ubuntu-latest.img
140140
$ sudo singularity bootstrap ubuntu-latest.img ubuntu.def
141141
```
142142

143+
Make sure you are running Singularity >2.2 to make full use of this feature.
144+
143145
### Can a Singularity container be multi-threaded?
144146

145147
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
227229

228230
You can read more about the Singularity <a href="/docs-security">security overview here</a>.
229231

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.
230235

231236
## Troubleshooting
232237

0 commit comments

Comments
 (0)