Skip to content

Commit 09c0de9

Browse files
committed
docs: document the use_mount_syscalls filesystem option
1 parent a1a9936 commit 09c0de9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/admin/config.md

+4
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ domain = "my-company.com"
141141
# dynamic file system entries to runtime processes
142142
#
143143
backend = "OverlayFsWithRenders"
144+
# The "mount" command will be used to mount overlayfs layers when false.
145+
# Direct system calls will be used when true. Defaults to false.
146+
# This option may be removed in the future and behave as if set to "true".
147+
use_mount_syscalls = false
144148
# The named remotes that can be used by the runtime
145149
# file systems to find object data (if possible)
146150
#

0 commit comments

Comments
 (0)