Docker.service file location was missing the /usr dir.
| ... | ... |
@@ -68,7 +68,7 @@ and above. |
| 68 | 68 |
If you are behind a HTTP proxy server, for example in corporate settings, |
| 69 | 69 |
you will need to add this configuration in the Docker *systemd service file*. |
| 70 | 70 |
|
| 71 |
-Edit file `/lib/systemd/system/docker.service`. Add the following to |
|
| 71 |
+Edit file `/usr/lib/systemd/system/docker.service`. Add the following to |
|
| 72 | 72 |
section `[Service]` : |
| 73 | 73 |
|
| 74 | 74 |
Environment="HTTP_PROXY=http://proxy.example.com:80/" |