mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 03:23:11 +00:00
Switch default Docker storage driver to overlay2
This commit is contained in:
parent
b787871f0f
commit
08a400a555
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@ docker_image_directory: "{{ docker_home }}/data"
|
|||
docker_home: /mnt/Volume2/docker
|
||||
|
||||
# Docker storage driver, see https://docs.docker.com/storage/storagedriver/select-storage-driver/#supported-backing-filesystems
|
||||
# You'll need to change this if your docker_home isn't on zfs and Docker won't start (you'll probably want overlay2 instead)
|
||||
docker_storage_driver: zfs
|
||||
# You might want to change this to ZFS, depending on your underlying filesystem.
|
||||
docker_storage_driver: overlay2
|
||||
|
||||
###
|
||||
### Samba
|
||||
|
|
Loading…
Reference in a new issue