diff --git a/libcontainers-common.changes b/libcontainers-common.changes index 87412b7..10ea3fd 100644 --- a/libcontainers-common.changes +++ b/libcontainers-common.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 6 22:11:02 UTC 2019 - Richard Brown + +- storage.conf - restore btrfs as the default driver + ------------------------------------------------------------------- Fri Dec 7 10:54:37 UTC 2018 - Richard Brown diff --git a/storage.conf b/storage.conf index 403aec6..c3db15e 100644 --- a/storage.conf +++ b/storage.conf @@ -5,7 +5,7 @@ [storage] # Default Storage Driver -driver = "" +driver = "btrfs" # Temporary storage location runroot = "/var/run/containers/storage"