mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 23:14:31 +04:00
Docker's backend storage driver can be configurable for certain
filesystems. The default is the overlay storage driver, but if you run
openwrt on a system with btrfs, this will allow you to override the
default configuration by settings the storage_driver in uci in dockerd's
global section. This value will be used in the created dockerd.json
file.
Signed-off-by: Keith T. Garner <kgarner@kgarner.com>
(cherry picked from commit f2aa53cdef)