From d32bddf55552cb1400483cf215442c8282fb261d Mon Sep 17 00:00:00 2001 From: Arthur Bacon Date: Fri, 19 Mar 2021 11:25:32 -0400 Subject: [PATCH] Update grammar Update the grammar to make a sentence flow a little better. --- docs/reference/commandline/pull.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/pull.md b/docs/reference/commandline/pull.md index 40cc99ff7d13..ba5f2af3421c 100644 --- a/docs/reference/commandline/pull.md +++ b/docs/reference/commandline/pull.md @@ -32,7 +32,7 @@ use `docker pull`. ### Proxy configuration If you are behind an HTTP proxy server, for example in corporate settings, -before open a connect to registry, you may need to configure the Docker +then before opening a connection to a registry, you may need to configure the Docker daemon's proxy settings, using the `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` environment variables. To set these environment variables on a host using `systemd`, refer to the [control and configure Docker with systemd](https://docs.docker.com/config/daemon/systemd/#httphttps-proxy)