apt-cacher automatically caches package files for several machines so they only has to be downloaded once. Reliable alternative to apt-cacher-ng.
50K+
Downloading the same software packages for Debian/Ubuntu-based distributions for several machines in your network over and over again is slow and annoying. Using apt-cacher you can set up a central machine that caches the package files after the first download. This is a minimal docker image that eases setting up and maintaining your apt-cacher proxy server.
$ git clone https://github.com/clue/docker-apt-cacher.git
$ cd docker-psocksd
$ sudo docker build -t apt-cacher .
$ sudo docker run -d -p 3142:3142 -t apt-cacher
$ echo "Acquire::http::Proxy \"http://your-docker-host:3142\";" | sudo tee /etc/apt/apt.conf.d/01proxy
Content type
Image
Digest
sha256:ca6285752…
Size
75.4 MB
Last updated
over 8 years ago
docker pull clue/apt-cacher