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
+48-48Lines changed: 48 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,54 +295,6 @@ Cleaning up after Docker
295
295
296
296
Docker has a lamentable use of space and by default does not clean up excess data and machines when processes are complete. This can be advantageous if we need to access a process that has since terminated, but carries the burden of using increasing amounts of storage over time. Maciej Łebkowski has an `excellent overview of how to manage excess disk usage in docker <https://lebkowski.name/docker-volumes/>`_.
297
297
298
-
*****************
299
-
Using Singularity
300
-
*****************
301
-
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.
305
-
A container is a single file without anything else to install.
306
-
307
-
Build Singularity image from Docker image
308
-
=========================================
309
-
Singularity can use Docker image to build SIF image.
@@ -869,6 +821,54 @@ For instance, point clouds properties can be modified to show elevation and also
869
821
870
822
`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-first-contribution>`_ and help improve `this page <https://github.com/OpenDroneMap/docs/blob/publish/source/tutorials.rst>`_!
871
823
824
+
*****************
825
+
Using Singularity
826
+
*****************
827
+
828
+
`Singularity <https://sylabs.io/>`__ is another container platform able to run Docker images.
829
+
Singularity can be run both on local machins and in instances where the user does not have root access.
830
+
Instances where a user may not have root privlidges include HPC clusters and cloud cluster resources.
831
+
A container is a single file without anything else to install.
832
+
833
+
Build Singularity image from Docker image
834
+
=========================================
835
+
Singularity can use Docker image to build SIF image.
0 commit comments