18289: documentation: singularity refinements.
[arvados.git] / doc / _includes / _install_compute_fuse.liquid
1 {% comment %}
2 Copyright (C) The Arvados Authors. All rights reserved.
3
4 SPDX-License-Identifier: CC-BY-SA-3.0
5 {% endcomment %}
6
7 h2(#fuse). Update fuse.conf
8
9 {% include 'notebox_begin_warning' %}
10 This is only needed when Containers.RuntimeEngine is set to @docker@, skip this section when running @singularity@.
11 {% include 'notebox_end' %}
12
13 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@:
14
15 <notextile>
16 <pre>
17 # Allow non-root users to specify the 'allow_other' or 'allow_root'
18 # mount options.
19 user_allow_other
20 </pre>
21 </notextile>