Run apt-mirror inside a Docker container
Requirements:
- Docker
docker build -t "apt-mirror-service" .
sudo ./run-apt-mirror
sudo cp run-apt-mirror /etc/cron.daily/
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