dockerd: add config options for http proxy
authorJoe Zheng <redacted>
Fri, 6 Sep 2024 15:14:14 +0000 (23:14 +0800)
committerTianling Shen <redacted>
Fri, 13 Sep 2024 04:52:05 +0000 (12:52 +0800)
commite795bab253253e260b61e156d5e5c00e8189cb98
treed7960ccd873ae387656d1f7d4f3730bd415ed6af
parent1a182e690658d0b43039dd74f76f2e440e9f2d5d
dockerd: add config options for http proxy

add config options to set http porxy for dockerd, refer to
https://docs.docker.com/engine/daemon/proxy/ for details

use the *_proxy environment variable as the default value, so in most
cases, dockerd can use the system proxy settings just like opkg.

Signed-off-by: Joe Zheng <redacted>
utils/dockerd/files/dockerd.init
utils/dockerd/files/etc/config/dockerd
git clone https://git.99rst.org/PROJECT