From c434d8be0e6071591b66aad00984957af3399fe8 Mon Sep 17 00:00:00 2001 From: George Hartzell Date: Wed, 2 Aug 2017 12:57:24 -0700 Subject: [PATCH] Typo: maybe -> may be --- pages/docs/user-docs/docs-bind-paths.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/user-docs/docs-bind-paths.md b/pages/docs/user-docs/docs-bind-paths.md index 1e5f53c..a2e4f8a 100644 --- a/pages/docs/user-docs/docs-bind-paths.md +++ b/pages/docs/user-docs/docs-bind-paths.md @@ -12,7 +12,7 @@ Singularity 'swaps' out the currently running root operating system on the host To *mount* a bind path inside the container, a ***bind point*** must be defined within the container. The bind point is a target location entity to which the actual directory or file can be bound to. This means that if you want to bind to a point within the container such as `/global`, that directory must already exist within the container. -It is however possible that the system administrator has enabled a Singularity feature called *overlay* in the `/etc/singularity/singularity.conf` file. This will cause the bind points to be created on an as needed basis in an overlay file system so that the underlying container is not modified. But because the *overlay* feature is not always used, it maybe necessary for container standards to exist to ensure portability from host to host. +It is however possible that the system administrator has enabled a Singularity feature called *overlay* in the `/etc/singularity/singularity.conf` file. This will cause the bind points to be created on an as needed basis in an overlay file system so that the underlying container is not modified. But because the *overlay* feature is not always used, it may be necessary for container standards to exist to ensure portability from host to host. If a bind path is requested, and the bind point does not exist within the container, a warning message will be displayed, and Singularity will continue trying to mount file system. For example: