Skip to content

Commit 150ff8d

Browse files
authored
Merge pull request #36 from singularityware/revert-35-add-a-faq
Revert "a new faq and a small addition to the Docker faq"
2 parents eadd1d6 + f3d2c8a commit 150ff8d

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

pages/docs/overview/faq.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ $ 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-
145143
### Can a Singularity container be multi-threaded?
146144

147145
Yes. Singularity imposes no limitations on forks, threads or processes in general.
@@ -229,15 +227,6 @@ Additionally, there are precautions within the container context to mitigate any
229227

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

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, and that the ```--bind``` argument is placed after the execution command (e.g. ```run```, ```exec```, ```shell```). An example might look like this:
235-
236-
```bash
237-
$ singularity run -B $PWD:/data my_container.img
238-
```
239-
240-
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.
241230

242231
## Troubleshooting
243232

0 commit comments

Comments
 (0)