Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
lanedif authored Sep 22, 2024
1 parent 92e41f6 commit acdf6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
Expand Down

0 comments on commit acdf6da

Please sign in to comment.