We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a9936 commit 09c0de9Copy full SHA for 09c0de9
docs/admin/config.md
@@ -141,6 +141,10 @@ domain = "my-company.com"
141
# dynamic file system entries to runtime processes
142
#
143
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
148
# The named remotes that can be used by the runtime
149
# file systems to find object data (if possible)
150
0 commit comments