Merge pull request #3836 from egernst/devmapper-docs-update

devmapper: update example base image size in README
This commit is contained in:
Michael Crosby 2019-11-22 14:35:19 -05:00 committed by GitHub
commit c3b1bc931b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ Here's minimal sample entry that can be made in the configuration file:
...
[plugins.devmapper]
pool_name = "containerd-pool"
base_image_size = "128MB"
base_image_size = "8192MB"
...
```