18289: documentation: singularity refinements.
authorWard Vandewege <ward@curii.com>
Thu, 21 Oct 2021 23:33:48 +0000 (19:33 -0400)
committerWard Vandewege <ward@jhvc.com>
Thu, 21 Oct 2021 23:46:01 +0000 (19:46 -0400)
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

doc/_includes/_install_compute_fuse.liquid
doc/_includes/_install_docker_cleaner.liquid

index 95679f3fa196f8e7f968baeab21f05fd081350d9..40a7865ba10a1da114eb34fae91616d4e0f54bf9 100644 (file)
@@ -6,6 +6,10 @@ SPDX-License-Identifier: CC-BY-SA-3.0
 
 h2(#fuse). Update fuse.conf
 
+{% include 'notebox_begin_warning' %}
+This is only needed when Containers.RuntimeEngine is set to @docker@, skip this section when running @singularity@.
+{% include 'notebox_end' %}
+
 FUSE must be configured with the @user_allow_other@ option enabled for Crunch to set up Keep mounts that are readable by containers.  Install this file as @/etc/fuse.conf@:
 
 <notextile>
index f8e9e049df5daf24ea766b5ab5ab57f6ae839765..1606a04e19e5748aa794144c03f76bdd94220a3c 100644 (file)
@@ -6,6 +6,10 @@ SPDX-License-Identifier: CC-BY-SA-3.0
 
 h2(#docker-cleaner). Update docker-cleaner.json
 
+{% include 'notebox_begin_warning' %}
+This is only needed when Containers.RuntimeEngine is set to @docker@, skip this section when running @singularity@.
+{% include 'notebox_end' %}
+
 The @arvados-docker-cleaner@ program removes least recently used Docker images as needed to keep disk usage below a configured limit.
 
 Create a file @/etc/arvados/docker-cleaner/docker-cleaner.json@ in an editor, with the following contents.