{% comment %} Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: CC-BY-SA-3.0 {% endcomment %} 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@:
# Allow non-root users to specify the 'allow_other' or 'allow_root'
# mount options.
user_allow_other