Signed-off-by: Alex Coventry <alx@empirical.com>
| ... | ... |
@@ -54,7 +54,10 @@ use: |
| 54 | 54 |
|
| 55 | 55 |
$ docker logs -f test_apt_cacher_ng |
| 56 | 56 |
|
| 57 |
-To get your Debian-based containers to use the proxy, you have following options |
|
| 57 |
+To get your Debian-based containers to use the proxy, you have |
|
| 58 |
+following options. Note that you must replace `dockerhost` with the |
|
| 59 |
+IP address or FQDN of the host running the `test_apt_cacher_ng` |
|
| 60 |
+container. |
|
| 58 | 61 |
|
| 59 | 62 |
1. Add an apt Proxy setting |
| 60 | 63 |
`echo 'Acquire::http { Proxy "http://dockerhost:3142"; };' >> /etc/apt/conf.d/01proxy`
|