# Start a SOCKS5 Proxy server listening on port 1080 without authentication
docker run -p 1080:1080 7a6163/merino -i 0.0.0.0 --no-auth
# Use username/password authentication and read users from users.csv
docker run -v $(pwd)/users.csv:/users.csv -p 1080:1080 7a6163/merino -i 0.0.0.0 --users /users.csv --allow-insecure
# Display a help menu
docker run --rm 7a6163/merino --help
Content type
Image
Digest
sha256:b52285cd7…
Size
4.7 MB
Last updated
about 3 years ago
Requires Docker Desktop 4.37.1 or later.