Merge pull request #5607 from ArangoGutierrez/website_singularity

singularity_path -> singularity_cache
This commit is contained in:
Michael Schurter 2019-04-24 14:02:49 -07:00 committed by GitHub
commit a43e222c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ The `Singularity` driver requires the following:
* `enabled` - The `Singularity` driver may be disabled on hosts by setting this option to `false` (defaults to `true`).
* `singularity_path` - The location in which all containers are stored (commonly defaults to `/var/lib/singularity`). See [`Singularity-cache`][Singularity-cache] for more details.
* `singularity_cache` - The location in which all containers are stored (commonly defaults to `/var/lib/singularity`). See [`Singularity-cache`][Singularity-cache] for more details.
An example of using these plugin options with the new [plugin
syntax][plugin] is shown below: