Using Docker to construct your APT(Advanced Packaging Tools) mirror HTTP server
Go to file
Terry Chen 73eaf248d2 add mirror.list and update setup.sh 2015-08-12 09:55:40 +08:00
Dockerfile Add Dockerfile and setup.sh 2015-08-11 18:01:41 +08:00
README.md fix wrong description 2015-08-11 18:35:17 +08:00
mirror.list add mirror.list and update setup.sh 2015-08-12 09:55:40 +08:00
setup.sh add mirror.list and update setup.sh 2015-08-12 09:55:40 +08:00

README.md

apt-mirror-http-server

Base on Ubuntu, using Docker to construct your Apt mirror HTTP server

Usage

docker run -d -p port_number:80 -v /path/your_mirror.list:/etc/apt/ seterrychen/apt-mirror-http-server

If you don't provide mirror.list file, the program will use default setting. It will take time to download, then start http server. Using docker logs -f container-id to check the process.