Add more configs

This commit is contained in:
Lauri Räsänen 2025-04-27 16:31:27 +03:00
parent 58328a42d5
commit 03ab6ee918
5 changed files with 60 additions and 1 deletions

6
containers/storage.conf Normal file
View file

@ -0,0 +1,6 @@
[storage]
driver = "overlay"
[storage.options.overlay]
mount_program = "/usr/bin/fuse-overlayfs"
mountopt = "noacl"