diff --git a/docs/source/reference/container.rst b/docs/source/reference/container.rst index 4617734..0a69f0f 100644 --- a/docs/source/reference/container.rst +++ b/docs/source/reference/container.rst @@ -27,7 +27,7 @@ and save it as ``icf-utils``: #!/bin/sh set -e -u - singularity run -B "$@" > icf-utils + singularity run -B "$@" The ``-B`` defines a bind path, making it accessible from within the container.