mirror of https://github.com/docker/docs.git
fix example
This commit is contained in:
parent
2c356a928a
commit
558ac59f19
|
@ -63,7 +63,7 @@ IP address or FQDN of the host running the `test_apt_cacher_ng`
|
||||||
container.
|
container.
|
||||||
|
|
||||||
1. Add an apt Proxy setting
|
1. Add an apt Proxy setting
|
||||||
`echo 'Acquire::http { Proxy "http://dockerhost:3142"; };' >> /etc/apt/conf.d/01proxy`
|
`echo 'Acquire::http { Proxy "http://dockerhost:3142"; };' >> /etc/apt/apt.conf.d/01proxy`
|
||||||
2. Set an environment variable:
|
2. Set an environment variable:
|
||||||
`http_proxy=http://dockerhost:3142/`
|
`http_proxy=http://dockerhost:3142/`
|
||||||
3. Change your `sources.list` entries to start with
|
3. Change your `sources.list` entries to start with
|
||||||
|
|
Loading…
Reference in New Issue