Go to file
2023-03-30 13:24:07 +00:00
debmirror.conf update for amd64 & arm64 2023-03-30 13:22:45 +00:00
Dockerfile first docker version 2023-03-23 14:41:18 +08:00
README.md first docker version 2023-03-23 14:41:18 +08:00

mirror Debian arm64 main pool to local

Build

docker build -t arm64-debmirror:1.0 .

Before RUN

You need a large space for store all pool in local disk.
Make sure that you have freespace above 200GB.
For Example empty DIR /data/debian/mirror is on a SSD with 500GB freespace.

RUN

export MIRROR_DATA=/data/debian/mirror
sudo docker run -it -v ${MIRROR_DATA}:/mirror arm64-debmirror:1.0