Merge pull request #469 from lanedif/patch-1

Update README.md
This commit is contained in:
Jeff Geerling 2024-09-21 23:49:23 -05:00 committed by GitHub
commit bb8a21ad55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"
```