Ver Fonte

Merge pull request #23743 from alxempirical/alxempirical-20160618-clarify-role-of-dockerhost

Clarify the role of `dockerhost` in the apt-cacher-ng example.
Sven Dowideit há 9 anos atrás
pai
commit
1d2adbdd52
1 ficheiros alterados com 4 adições e 1 exclusões
  1. 4 1
      docs/examples/apt-cacher-ng.md

+ 4 - 1
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`