4.4 Bind paths (aka volumes)
Paths of host system mounted in the container
- Default ones, no need to mount them explicitly (for 3.7.x):
$HOME
,/sys:/sys
,/proc:/proc
,/tmp:/tmp
,/var/tmp:/var/tmp
,/etc/resolv.conf:/etc/resolv.conf
,/etc/passwd:/etc/passwd
, and$PWD
https://sylabs.io/guides/3.7/user-guide/bind_paths_and_mounts.html
For others, need to be done explicitly (syntax: host:container)