dockerd: add docker-storage to init
authorKeith T. Garner <redacted>
Wed, 12 Mar 2025 19:57:48 +0000 (14:57 -0500)
committerTianling Shen <redacted>
Thu, 13 Mar 2025 16:51:21 +0000 (00:51 +0800)
commitf2aa53cdef8aabcac972fde6ab92180f40850353
tree3c64c4c40bde9f064a57166e87ce721741adf000
parent214a8c47dc29b65f8052d1858e10d5244abad833
dockerd: add docker-storage to init

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 <redacted>
utils/dockerd/Makefile
utils/dockerd/files/dockerd.init
git clone https://git.99rst.org/PROJECT