Using Docker to construct your APT(Advanced Packaging Tools) mirror HTTP server
Go to file
kongkrit 5b1b953009
Update setup.sh
2020-01-02 16:08:27 +07:00
Dockerfile Update Dockerfile 2020-01-02 16:07:38 +07:00
README.md Update README.md 2020-01-02 13:13:46 +07:00
setup.sh Update setup.sh 2020-01-02 16:08:27 +07: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

  • 2020-01-01

    • updated ubuntu to 18.04 LTS
  • 2017-07-27: version 0.1.2

    • Fix the container started twice: "httpd (pid 13) already running"
  • 2017-04-28: version 0.1.1

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