mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
dockerd: fix typo in config for no_proxy
the "http_proxy" here should be "no_proxy" Signed-off-by: Joe Zheng <joe.zheng@intel.com>
This commit is contained in:
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=dockerd
|
||||
PKG_VERSION:=27.1.2
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ config globals 'globals'
|
||||
config proxies 'proxies'
|
||||
# option http_proxy 'http://proxy.example.com:3128'
|
||||
# option https_proxy 'https://proxy.example.com:3129'
|
||||
# option http_proxy '*.test.example.com,.example.org,127.0.0.0/8'
|
||||
# option no_proxy '*.test.example.com,.example.org,127.0.0.0/8'
|
||||
|
||||
# Docker doesn't work well out of the box with fw4. This is because Docker relies on a compatibility layer that
|
||||
# naively translates iptables rules. For the best compatibility replace the following dependencies:
|
||||
|
||||
Reference in New Issue
Block a user