Skip to content

LMNetworks/docker-apt-cacher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

docker-apt-cacher

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.

Instructions

$ git clone https://github.com/clue/docker-apt-cacher.git
$ cd docker-apt-cacher
$ sudo docker build -t apt-cacher .

Run in background

$ sudo docker run -d -p 3142:3142 -t apt-cacher

Configure your clients

$ echo "Acquire::http::Proxy \"http://your-docker-host:3142\";" | sudo tee /etc/apt/apt.conf.d/01proxy

About

Dockerized apt-cacher container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%