Sign inSign up

abhas/apt-mirror

By abhas

Updated about 8 years ago

Docker container to run apt-mirror

Image
0

3.8K

abhas/apt-mirror repository overview

Build a Debian / Ubuntu / Raspbian mirror for local / offline use.

This container enables you to build a local mirror for Debian, Ubuntu and Raspbian.

Building the container

Just run make - that will build the abhas/apt-mirror Docker image.

Running the container

First, create a directory that will be used to store your mirror contents. And then pass that to the Docker run command line as follows:

mkdir /tmp/apt-mirror
docker run -ti --rm --name apt-mirror -v /tmp/apt-mirror:/var/spool/apt-mirror abhas/apt-mirror

Github URL

Please track development at:

https://github.com/abhas/docker-apt-mirror

Tag summary

Content type

Image

Digest

Size

71.6 MB

Last updated

about 8 years ago

docker pull abhas/apt-mirror