dockerd: sync upstream update

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml
2025-05-29 11:31:14 +08:00
parent d0663aba66
commit 85f8846daf
2 changed files with 23 additions and 1 deletions
+7
View File
@@ -21,6 +21,13 @@ config globals 'globals'
# list registry_mirrors 'https://<my-docker-mirror-host>'
# list registry_mirrors 'https://hub.docker.com'
# If your organization uses a proxy server to connect to the internet, you may need to configure the proxy.
# See https://docs.docker.com/engine/daemon/proxy/ for more details
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'
# 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:
# `firewall4` -> `firewall`