dictd (latest)
Published 2026-09-24 04:30:44 +00:00 by thinh
Installation
docker pull git.thinhha.pro/public/dictd:latestsha256:3c83b68edba6479a8c682a06b2b912f9191847fac512071352c694cf67d9be61
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 4013540daf | linux/amd64 | 67 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'trixie' '@1789689600' |
| RUN /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends dictd dict-gcide dict-wn socat && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c cat <<'EOF' > /etc/dictd/dictd.conf access { allow 0.0.0.0/0 } include /var/lib/dictd/db.list EOF # buildkit |
| EXPOSE [2628/tcp] |
| CMD ["dictd" "-d" "nodetach" "-c" "/etc/dictd/dictd.conf"] |