Skip to content

Commit 441f854

Browse files
committed
lowercasing in list on user-guide page
1 parent 9c1b8c1 commit 441f854

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pages/docs/user-docs/user-guide.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,20 @@ There are numerous benefits for using a single file image for the entire contain
7777
#### Other container formats supported
7878
In addition to the default Singularity container image, the following other formats are supported:
7979

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
8686

8787
*note: the suffix for the formats (except directory) are necessary as that is how Singularity identifies the image type.*
8888

8989
#### Supported URIs
9090
Singularity also supports several different mechanisms for obtaining the images using a standard URI format
9191

9292
- **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
9494
- **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)
9595

9696

0 commit comments

Comments
 (0)