From 827acc35bae9526ede9fff55ed090e8795e888e4 Mon Sep 17 00:00:00 2001 From: Eduardo Arango Date: Wed, 24 Apr 2019 12:43:16 -0500 Subject: [PATCH] singularity_path -> singularity_cache Signed-off-by: Eduardo Arango --- website/source/docs/drivers/external/singularity.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/drivers/external/singularity.html.md b/website/source/docs/drivers/external/singularity.html.md index 238616873..fa5329dff 100644 --- a/website/source/docs/drivers/external/singularity.html.md +++ b/website/source/docs/drivers/external/singularity.html.md @@ -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: