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: source/tutorials.rst
+28-13Lines changed: 28 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,34 +299,49 @@ Docker has a lamentable use of space and by default does not clean up excess dat
299
299
Using Singularity
300
300
*****************
301
301
302
-
[Singularity](https://sylabs.io/) is another container platform able to run Docker images. Singularity can be run both on local machins and in instances where the user does not have root access. Instances where a user may not have root privlidges include HPC clusters and cloud cluster resources.
302
+
`Singularity <https://sylabs.io/>`__ is another container platform able to run Docker images.
303
+
Singularity can be run both on local machins and in instances where the user does not have root access.
304
+
Instances where a user may not have root privlidges include HPC clusters and cloud cluster resources.
303
305
A container is a single file without anything else to install.
304
306
305
-
Downloading image
306
-
=================
307
-
Singularity can use ODM Docker container after their download. It creates .sif images
307
+
Build Singularity image from Docker image
308
+
=========================================
309
+
Singularity can use Docker image to build SIF image.
0 commit comments