tor (sha256:ce629f8fb7671ad63cb0db42c84aff9574a254ec7c971eaaaf99c3610be3a1ef)

Published 2026-05-20 15:40:15 +02:00 by ozzt

Installation

docker pull forgejo.o-st.dev/ozzt/tor@sha256:ce629f8fb7671ad63cb0db42c84aff9574a254ec7c971eaaaf99c3610be3a1ef
sha256:ce629f8fb7671ad63cb0db42c84aff9574a254ec7c971eaaaf99c3610be3a1ef

Image layers

ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk --no-cache add tor busybox # buildkit
COPY torrc /etc/tor/torrc # buildkit
RUN /bin/sh -c chown -R tor:tor /etc/tor/torrc /var/lib/tor # buildkit
VOLUME [/var/lib/tor]
USER tor
EXPOSE [8080/tcp 9050/tcp 9051/tcp]
HEALTHCHECK &{["CMD-SHELL" "/bin/busybox nc -z localhost 9051 || exit 1"] "30s" "3s" "1m0s" "0s" '\x03'}
LABEL org.opencontainers.image.source=https://forgejo.o-st.dev/ozzt/tor
CMD ["/usr/bin/tor" "-f" "/etc/tor/torrc"]

Labels

Key Value
org.opencontainers.image.source https://forgejo.o-st.dev/ozzt/tor
Details
Container
2026-05-20 15:40:15 +02:00
0
OCI / Docker
linux/amd64
11 MiB
Versions (1) View all
latest 2026-05-20