Minimal Docker image running Dante (Socks5 Proxy).
docker pull cristol/socks5
docker run -d \
--name Proxy \
-e TZ=Europe/Paris \
-e PROXY_USER=my_user \
-e PROXY_PASSWORD=my_password \
-p 1080:1080 \
cristol/socks5
Environment variables supported (defaults):
TZ: timezone inside the container (default: Europe/Paris).PROXY_USER: if set -> Enable authentication.PROXY_PASSWORD: must not empty if PROXY_USER set.docker compose up -d
Dante logs are send to /dev/stdout
docker logs -f Proxy
TZ and exit if a value is invalid.Cristol Bardou
Content type
Image
Digest
sha256:89fd4a7ce…
Size
7.8 MB
Last updated
6 months ago
docker pull cristol/socks5