Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bukowa/docker.squidproxy
docker image for squidproxy with basic http auth
https://github.com/bukowa/docker.squidproxy
docker dockerfile proxy squidproxy
Last synced: 12 days ago
JSON representation
docker image for squidproxy with basic http auth
- Host: GitHub
- URL: https://github.com/bukowa/docker.squidproxy
- Owner: bukowa
- License: mit
- Created: 2024-06-10T13:37:50.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-12-05T23:27:00.000Z (about 1 month ago)
- Last Synced: 2024-12-06T00:24:59.172Z (about 1 month ago)
- Topics: docker, dockerfile, proxy, squidproxy
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## docker image for squidproxy
### Usage with basic http auth
```bash
docker run -d \
-p 3128:3128 \
--name squidproxy \
-e SQUID_USER=admin \
-e SQUID_PASS=admin \
bukowa/squidproxy
```
[![Docker Image Size](https://img.shields.io/docker/image-size/bukowa/squidproxy/latest)](https://hub.docker.com/r/bukowa/squidproxy)
[![Docker Image Version](https://img.shields.io/docker/v/bukowa/squidproxy)](https://hub.docker.com/r/bukowa/squidproxy)
[![Docker Pulls](https://img.shields.io/docker/pulls/bukowa/squidproxy)](https://hub.docker.com/r/bukowa/squidproxy)