Skip to content

silarsis/docker_base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f9b8a31 · Aug 27, 2015

History

6 Commits
Aug 26, 2015
Mar 18, 2014
Mar 19, 2014
Mar 19, 2014
Mar 19, 2014

Repository files navigation

Support for auto proxy detection taken from http://askubuntu.com/questions/53443/how-do-i-ignore-a-proxy-if-not-available

We take a guess at the docker main interface IP based on the default route.

If you run any container based on this image with "--link :aptcacher", then that container will be used as the proxy instead. This allows for running a particular container for the proxy, but be aware that the link cannot be provided to the build command - you'd need to set an ENV instead in the Dockerfile to trigger this.