You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-x --sh-debug Print shell wrapper debugging information
@@ -41,20 +40,23 @@ CONTAINER USAGE COMMANDS:
41
40
test Execute any test code defined within container
42
41
43
42
CONTAINER USAGE OPTIONS:
44
-
see singularity help <command>
43
+
see singularity <command>help
45
44
46
-
CONTAINER MANAGEMENT COMMANDS:
47
-
bootstrap Bootstrap a new Singularity image from scratch [root]
45
+
CONTAINER MANAGEMENT COMMANDS (requires root):
46
+
bootstrap Bootstrap a new Singularity image from scratch
48
47
copy Copy files from your host into the container
49
48
create Create a new container image
50
49
expand Grow the container image
51
50
export Export the contents of a container via a tar pipe
52
-
inspect Display a container's metadata
53
51
import Import/add container contents via a tar pipe
54
52
mount Mount a Singularity container image
55
53
56
54
CONTAINER REGISTRY COMMANDS:
57
-
pull pull a Singularity/Docker container to $PWD
55
+
pull pull a Singularity Hub container to $PWD
56
+
57
+
58
+
For any additional help or support visit the Singularity
59
+
website: http://singularity.lbl.gov/
58
60
```
59
61
60
62
### Options and argument processing
@@ -66,7 +68,7 @@ To further clarify this example, the `exec` Singularity subcommand will execute
66
68
### Singularity Help
67
69
Singularity comes with some internal documentation by using the `help` subcommand followed by the subcommand you want more information about. For example:
68
70
69
-
```
71
+
```bash
70
72
$ singularity help create
71
73
CREATE OPTIONS:
72
74
-s/--size Specify a size foran operationin MiB, i.e. 1024*1024B
0 commit comments