Using Docker to construct your APT(Advanced Packaging Tools) mirror HTTP server
Go to file
Terry Chen a960c1840b fix http server doesn't start after the container restarted 2017-04-28 08:55:08 +08:00
Dockerfile fix #1 https isn't handle correctly in setup.sh 2017-04-28 00:59:28 +08:00
README.md fix http server doesn't start after the container restarted 2017-04-28 08:55:08 +08:00
mirror.list add ENV MIRROR_URL to replace apt sources of default mirror.list 2015-08-18 14:21:07 +08:00
setup.sh fix http server doesn't start after the container restarted 2017-04-28 08:55:08 +08:00

README.md

apt-mirror-http-server

Docker Stars Docker Pulls

Using Docker to construct your APT(Advanced Packaging Tools) mirror HTTP server.

Usage

Basic command:

docker run -d \
           -v /path/data:/var/spool/apt-mirror \
           -p 8080:80 seterrychen/apt-mirror-http-server
  • -v /path/data: the path which you want to store data

More options with docker command

Changelog

  • 2017-04-28: version 0.1.1

    • Fix http server doesn't start after the container restarted
  • 2017-04-27: version 0.1