alfis
A multiarch, always up-to-date Alfis (Alternative Free Identity System) container.
1.8K
A multiarch, lightweight Docker image for Alfis CLI, statically built on Alpine Linux.
amd64, arm64, armv7, and 386.alfis (UID 100).doh, LTO, and panic=abort.The image is automatically rebuilt and published daily if new upstream Alfis tags or Alpine security updates are detected.
Default config is at /etc/alfis.conf; database in /var/lib/alfis.
Docker CLI
docker run -d --name alfis \
-p 4244:4244 -p 53:53/udp \
-v alfis_data:/var/lib/alfis \
ghcr.io/joan-morera/alfis:latest
Docker Compose
services:
alfis:
image: ghcr.io/joan-morera/alfis:latest
container_name: alfis
restart: unless-stopped
ports:
- "4244:4244"
- "53:53/udp"
volumes:
- alfis_data:/var/lib/alfis
volumes:
alfis_data:
Content type
Image
Digest
sha256:b8d8ba178…
Size
6.3 MB
Last updated
about 7 hours ago
docker pull joanmorera57/alfis