We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910705a commit 4d3d876Copy full SHA for 4d3d876
1 file changed
pages/docs/user-docs/docs-quick-start-installation.md
@@ -47,6 +47,9 @@ CONTAINER USAGE COMMANDS:
47
shell Run a Bourne shell within container
48
test Execute any test code defined within container
49
50
+CONTAINER USAGE OPTIONS:
51
+ -H --home Specify $HOME to mount
52
+
53
CONTAINER MANAGEMENT COMMANDS (requires root):
54
bootstrap Bootstrap a new Singularity image from scratch
55
copy Copy files from your host into the container
@@ -56,6 +59,10 @@ CONTAINER MANAGEMENT COMMANDS (requires root):
56
59
import Import/add container contents via a tar pipe
57
60
mount Mount a Singularity container image
58
61
62
+CONTAINER REGISTRY COMMANDS:
63
+ pull pull a Singularity Hub container to $PWD
64
65
66
For any additional help or support visit the Singularity
67
website: http://singularity.lbl.gov/
68
```
0 commit comments