From 4c3725ae97ad7811365a2c67ab8947eeba9f8291 Mon Sep 17 00:00:00 2001 From: Niklas Schandry Date: Thu, 12 Sep 2024 11:02:01 +0200 Subject: [PATCH] Update docs/config.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Patrick Hüther Signed-off-by: Niklas Schandry Signed-off-by: Niklas Schandry --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index fb690eb571..4a23b0883f 100644 --- a/docs/config.md +++ b/docs/config.md @@ -495,7 +495,7 @@ The following settings are available: : Enable Charliecloud execution (default: `false`). `charliecloud.writeFake` -: Enable `writeFake` with charliecloud (default). This enables running containers from storage in writeable mode using overlayfs, see [charliecloud documentation](https://hpc.github.io/charliecloud/ch-run.html#ch-run-overlay) for details. Using this is recommended, given that the kernel supports it. If this option is enabled. `$CH_IMAGE_STORAGE` will be used as the preferred image storage directory. +: Enable `writeFake` with charliecloud (default: `true`). This enables running containers from storage in writeable mode using overlayfs, see [charliecloud documentation](https://hpc.github.io/charliecloud/ch-run.html#ch-run-overlay) for details. Using this is recommended, given that the kernel supports it. If this option is enabled, `$CH_IMAGE_STORAGE` will be used as the preferred image storage directory. `charliecloud.cacheDir` : The directory where remote Charliecloud images are stored. If `writeFake` is disabled, this _must_ be different from `$CH_IMAGE_STORAGE`. When using a computing cluster it must be a shared folder accessible to all compute nodes. If `charliecloud.cacheDir` is not set, nextflow will use `$NXF_CHARLIECLOUD_CACHE` (if set) or fall back to `work/charliecloud`.