Skip to content

Commit eea995b

Browse files
committed
little tweak based on feedback from v
1 parent cf45db6 commit eea995b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pages/docs/overview/faq.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,13 @@ You can read more about the Singularity <a href="/docs-security">security overvi
231231

232232
### 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.
233233

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

236242
## Troubleshooting
237243

0 commit comments

Comments
 (0)