Skip to content

Commit ed67ffa

Browse files
authored
Merge pull request #270 from FCP-INDI/doc/deprecate-Shub
👽️ Note Singularity Hub deprecation and remove calls to shub
2 parents c85c99d + 2e3de44 commit ed67ffa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/_sources/user/singularity.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Run on Singularity
33

44
For those who wish to avoid the administrator rights requirements often associated with Docker usage (or the security hazards when used on a shared computing system), `Singularity <https://singularityhub.github.io/singularityhub-docs/>`_ is a good option. Singularity is a container solution just like Docker, except it is designed specifically to offer secure deployment on shared cluster environments.
55

6-
You can pull a Singularity container much like how you would pull a Docker container, except you are pulling from `Singularity Hub <https://singularityhub.github.io/singularityhub-docs/>`_:
6+
You can pull a Singularity container much like how you would pull a Docker container:
77

88
.. code-block:: console
99
10-
singularity pull shub://FCP-INDI/C-PAC
10+
singularity pull docker://fcpindi/c-pac:latest
1111
12-
This will produce a Singularity container image in your current directory, named something like ``FCP-INDI-C-PAC-master-latest.simg``.
12+
This will produce a Singularity container image in your current directory, named something like ``c-pac_latest.sif``. You can instead specify the local filename you want before the ``docker://`` URI.
1313

1414
Running a Singularity image is similar to running a Docker image, except ``-B`` maps local directories to a location in the Singularity image instead of ``-v``:
1515

0 commit comments

Comments
 (0)