https://github.com/alokkusingh/squid-proxy
Squid Proxy Docker Run
https://github.com/alokkusingh/squid-proxy
Last synced: 2 months ago
JSON representation
Squid Proxy Docker Run
- Host: GitHub
- URL: https://github.com/alokkusingh/squid-proxy
- Owner: alokkusingh
- Created: 2024-02-15T12:54:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-15T13:05:34.000Z (over 1 year ago)
- Last Synced: 2025-04-23T12:18:49.295Z (2 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Local Squid Proxy setup
```shell
docker run -it -p 3128:3128 --rm --name squid --mount type=bind,source="$(pwd)"/squid.conf,target=/etc/squid/squid.conf,readonly ubuntu/squid
```