Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 827 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 827 Bytes

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.