Skip to content
Snippets Groups Projects
Commit 026c12da authored by Chad Hanna's avatar Chad Hanna
Browse files

Update installation.rst to fix typo in a note.

parent 87a2377e
No related branches found
No related tags found
No related merge requests found
Pipeline #342697 passed with warnings
......@@ -158,12 +158,12 @@ Once that's finished, you can enter the container in writable mode to install Gs
.. code:: bash
$ singularity run --writable -B /cvmfs gstlal-dev
$ singularity run --writable gstlal-dev
WARNING: By using --writable, Singularity can't create /cvmfs destination automatically without overlay or underlay
FATAL: container creation failed: mount /cvmfs->/cvmfs error: while mounting /cvmfs: destination /cvmfs doesn't exist in container
In this case, one way to resolve this error is to add directories in the
container for each of the bind mounts explicitly:
container for each of the bind mounts explicitly, e.g.,:
.. code:: bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment