docker: enable btrfs storage driver

This commit is contained in:
f 2022-08-27 15:31:54 -03:00
parent 2cd8b09e00
commit 1ffbc58034
2 changed files with 4 additions and 0 deletions

View file

@ -36,6 +36,7 @@ templates:
- "/etc/syslog-ng/syslog-ng.conf"
- "/etc/sysctl.d/congestion.conf"
- "/etc/sysctl.d/coredump.conf"
- "/etc/docker/daemon.json"
services:
- runlevel: "sysinit"
service: "devfs"

View file

@ -0,0 +1,3 @@
{
"storage-driver": "btrfs"
}