mirror of
https://github.com/docker/cli.git
synced 2025-08-27 13:42:00 +03:00
Support for ALL_PROXY as default build-arg was added recently in buildkit and the classic builder. This patch adds the `ALL_PROXY` environment variable to the list of configurable proxy variables, and updates the documentation. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>