Switch to overlay2 for docker.

The latest OpenZFS supports overlay2 on top of ZFS which works much better than the zfs storage driver for docker.
This commit is contained in:
Tom Alexander 2023-10-18 09:43:58 -04:00
parent 16b7a200de
commit b90ec542de
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -35,5 +35,5 @@ hwpstate: true
cores: 8
sway_conf_files:
- rofimoji
docker_storage_driver: zfs # alternatively overlay2
docker_storage_driver: overlay2 # alternatively zfs
docker_zfs_dataset: zroot/linux/archmain/docker