Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 318 Bytes

File metadata and controls

8 lines (7 loc) · 318 Bytes

squid

Based ubuntu-debootstrap:latest
Simple proxy with basic authentication.
[apache2-utils required] to create the file for the authentication:
htpasswd -c /local_path/passwd_file user

Launch command:
docker run -d -p 3128:3128 -v /path/to/passwd_file:/etc/squid/passwd --name proxy knepti/squid