debmirror-arm64-main/README.md
2023-03-23 14:41:18 +08:00

427 B

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