GitXplorerGitXplorer
s

apt-mirror-docker

public
1 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
107fabe545ba63028fdffec66db2ddd15a0dc778

Do not download deb-src

ssgirones committed 11 years ago
Unverified
a1500e7488a4ffc62056a3bde56f90f4060e0cb8

Documentation

ssgirones committed 11 years ago
Unverified
e61857ab0ea80f30d013074b2728a849a03e8df4

Nginx script

ssgirones committed 11 years ago
Unverified
0075233f54d26ef315600c40682e96b2a813f0a6

Script for running apt-mirror

ssgirones committed 11 years ago
Unverified
eb9d6ea21de65359846d51f68e303890071add93

apt-mirror-service dockerfile

ssgirones committed 11 years ago
Unverified
a1d143dbb7d46c21842ab99c97e8fbc7d9428264

Initial commit

ssgirones committed 11 years ago

README

The README file for this repository.

APT Mirror container

Run apt-mirror inside a Docker container

Requirements:

  • Docker

Build image

docker build -t "apt-mirror-service" .

Run manually

sudo ./run-apt-mirror

Run once a day automatically

sudo cp run-apt-mirror /etc/cron.daily/

Start nginx

In order to make the mirror available, you need an HTTP server serving the mirror

sudo ./run-nginx

Docker will keep it up even after a reboot