mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update HTTP Proxy Section
Docker.service file location was missing the /usr dir.
This commit is contained in:
parent
487a417d9f
commit
2095e22121
1 changed files with 1 additions and 1 deletions
|
@ -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/"
|
||||
|
|
Loading…
Add table
Reference in a new issue