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
Copy file name to clipboardExpand all lines: pages/docs/user-docs/user-guide.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,20 +77,20 @@ There are numerous benefits for using a single file image for the entire contain
77
77
#### Other container formats supported
78
78
In addition to the default Singularity container image, the following other formats are supported:
79
79
80
-
-**directory**: Standard Unix directories containing a root container image
81
-
-**tar.gz**: Zlib compressed tar archives
82
-
-**tar.bz2**: Bzip2 compressed tar archives
83
-
-**tar**: Uncompressed tar archives
84
-
-**cpio.gz**: Zlib compressed CPIO archives
85
-
-**cpio**: Uncompressed CPIO archives
80
+
-**directory**: standard Unix directories containing a root container image
81
+
-**tar.gz**: zlib compressed tar archives
82
+
-**tar.bz2**: bzip2 compressed tar archives
83
+
-**tar**: uncompressed tar archives
84
+
-**cpio.gz**: zlib compressed CPIO archives
85
+
-**cpio**: uncompressed CPIO archives
86
86
87
87
*note: the suffix for the formats (except directory) are necessary as that is how Singularity identifies the image type.*
88
88
89
89
#### Supported URIs
90
90
Singularity also supports several different mechanisms for obtaining the images using a standard URI format
91
91
92
92
-**http://** Singularity will use Curl to download the image locally, and then run from the local image
93
-
-**https://**Same as above using encryption
93
+
-**https://**same as above using encryption
94
94
-**docker://** Singularity can pull Docker images from a Docker registry, and will run them non-persistently (e.g. changes are not persisted as they can not be saved upstream)
0 commit comments