yanndinendal / docker_base

Docker Base image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Docker Base image

License:Apache License 2.0


Languages

Language:Shell 100.0%