From 2095e22121833e5d38890c321a7a67ead405e3ec Mon Sep 17 00:00:00 2001 From: r0n22 Date: Mon, 28 Jul 2014 09:39:55 -0400 Subject: [PATCH] Update HTTP Proxy Section Docker.service file location was missing the /usr dir. --- docs/sources/installation/fedora.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/fedora.md b/docs/sources/installation/fedora.md index a230aa6cf5..757b3e9c44 100644 --- a/docs/sources/installation/fedora.md +++ b/docs/sources/installation/fedora.md @@ -68,7 +68,7 @@ and above. If you are behind a HTTP proxy server, for example in corporate settings, you will need to add this configuration in the Docker *systemd service file*. -Edit file `/lib/systemd/system/docker.service`. Add the following to +Edit file `/usr/lib/systemd/system/docker.service`. Add the following to section `[Service]` : Environment="HTTP_PROXY=http://proxy.example.com:80/"