Update README.md

Saw some errors in my install that devicemapper was deprecated and that overlay2 is the recommended default:
https://docs.docker.com/engine/storage/drivers/select-storage-driver/
This commit is contained in:
christophertoney3@gmail.com
2024-09-22 00:28:04 -04:00
committed by GitHub
parent 92e41f60f8
commit acdf6da58f

View File

@@ -116,7 +116,7 @@ A list of system users to be added to the `docker` group (so they can use Docker
```yaml
docker_daemon_options:
storage-driver: "devicemapper"
storage-driver: "overlay2"
log-opts:
max-size: "100m"
```