瀏覽代碼

Merge pull request #7269 from r0n22/patch-1

Update HTTP Proxy Section
James Turnbull 11 年之前
父節點
當前提交
900d54b48b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/installation/fedora.md

+ 1 - 1
docs/sources/installation/fedora.md

@@ -68,7 +68,7 @@ and above.
 If you are behind a HTTP proxy server, for example in corporate settings, 
 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*.
 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]` :
 section `[Service]` :
 
 
     Environment="HTTP_PROXY=http://proxy.example.com:80/"
     Environment="HTTP_PROXY=http://proxy.example.com:80/"