docker: enable btrfs storage driver
This commit is contained in:
parent
2cd8b09e00
commit
1ffbc58034
2 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
3
templates/etc/docker/daemon.json.j2
Normal file
3
templates/etc/docker/daemon.json.j2
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"storage-driver": "btrfs"
|
||||
}
|
Loading…
Reference in a new issue