Set default to overlay from storage.conf

If users do not set the storage driver in their storage.conf, tools that
use containers/storage will print a warning. Since we recommend that
users should use "overlay" driver by default, we should set the settings
in our default storage.conf. This ways distros that just grab the
storage.conf in the storage library will work without the warning.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2021-04-02 05:57:20 -04:00
parent 6f2db9747e
commit 3fbc88884d
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
[storage]
# Default Storage Driver, Must be set for proper operation.
driver = ""
driver = "overlay"
# Temporary storage location
runroot = "/run/containers/storage"