From 8aba9fd3ec776fa419ea504982e9bc12b6427f22 Mon Sep 17 00:00:00 2001 From: Alex Coventry Date: Sun, 19 Jun 2016 15:28:08 -0400 Subject: [PATCH] Clarify role of `dockerhost` variable Signed-off-by: Alex Coventry --- docs/examples/apt-cacher-ng.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/examples/apt-cacher-ng.md b/docs/examples/apt-cacher-ng.md index 4208dff2b8..6a202f8220 100644 --- a/docs/examples/apt-cacher-ng.md +++ b/docs/examples/apt-cacher-ng.md @@ -54,7 +54,10 @@ use: $ docker logs -f test_apt_cacher_ng -To get your Debian-based containers to use the proxy, you have following options +To get your Debian-based containers to use the proxy, you have +following options. Note that you must replace `dockerhost` with the +IP address or FQDN of the host running the `test_apt_cacher_ng` +container. 1. Add an apt Proxy setting `echo 'Acquire::http { Proxy "http://dockerhost:3142"; };' >> /etc/apt/conf.d/01proxy`