GitXplorerGitXplorer
y

apt-cacher-ng-config

public
3 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
cee69139799a7872d639c1d6857750bfadf5201a

Fix rawdns in hocker

yyosifkit committed 8 years ago
Unverified
b89bdec650d74b29b1dcb42bcc536117cfd062c9

Fix directory for rawdns

yyosifkit committed 8 years ago
Unverified
7f9f3f04e6794ba9c1ea754ac05b88b6121e6046

Use hocker for great justice

yyosifkit committed 8 years ago
Unverified
5b215e50b20ef2c8e77bf81d675cbc96905cd9b4

Add a proxy for "ha" keyservers

yyosifkit committed 8 years ago
Unverified
aeedd42b6b4139df5268cab0bbe4639990a74cfb

This is not really used anymore, but is useful to hit directly

yyosifkit committed 9 years ago
Unverified
b94f5b20cd5927e0cdb68815aa74985b8d6396df

Fixed some missing quotes

yyosifkit committed 9 years ago

README

The README file for this repository.

What is this?

This is a helper script to setup an apt-cacher-ng and rawdns for your docker containers. Thanks to psftw's blog and of course tianon.

The only other setup is to add --dns 172.17.42.1 to your Docker daemon options and add 172.17.42.1 to your systems resolver (/etc/resolve.conf if it is not autogenerated). Be sure to keep something like 8.8.8.8 and 8.8.4.4 in resolve.conf just in case the container or docker fails to start.

Caveats

apt-cacher-ng container may fail to start on boot if the mounted directory does not exist.