Arch Linux Reflector Dockerized
Basically reflector, but in Docker.
Built for AMD64/ARM64/ARMv7
Basic usage
docker run ghcr.io/dezeroku/arch_linux_reflector_docker:<revision> <reflector arguments>
# e.g. with the latest image and common params
docker run ghcr.io/dezeroku/arch_linux_reflector_docker:master --latest 20 --sort rate --score 10
# or with a tag
docker run ghcr.io/dezeroku/arch_linux_reflector_docker:v0.0.1 --latest 20 --sort rate --score 10
Why?
I was playing with pacoloco deploy on my home K3S cluster, based on Raspberry Pi.
While the app itself delivers docker images, you still have to define the mirrors somehow.
Reflector is a great tool for that, but I couldn't find any usable container image with it.
On this page
Languages
Shell80.9%Dockerfile19.1%
Contributors
Latest Release
v2023August 7, 2023Created August 7, 2023
Updated January 5, 2025