All Projects → b4tman → docker-squid

b4tman / docker-squid

Licence: MIT license
Squid in docker container based on Alpine Linux

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-squid

alpine-qbittorrent-openvpn
qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
Stars: ✭ 230 (+422.73%)
Mutual labels:  alpine, armhf
alpine-prestashop
Prestashop running on Alpine Linux [Docker]
Stars: ✭ 13 (-70.45%)
Mutual labels:  alpine, armhf
gitlab-runner
Gitlab Runner on Alpine Linux [Docker]
Stars: ✭ 17 (-61.36%)
Mutual labels:  alpine, armhf
docker-node-ci
The Docker image based on the official "node" image optimized for a CI environment
Stars: ✭ 18 (-59.09%)
Mutual labels:  alpine
torpool
Containerized pool of multiple Tor instances with load balancing and HTTP proxy.
Stars: ✭ 42 (-4.55%)
Mutual labels:  alpine
docker-network-tools
A Docker image with various network tools pre-installed.
Stars: ✭ 46 (+4.55%)
Mutual labels:  alpine
docker-terraform-docs
Alpine-based multistage-build version of terraform-docs and terraform-docs-replace in multiple versions to be used for CI and other reproducible automations
Stars: ✭ 59 (+34.09%)
Mutual labels:  alpine
alpine-grafana
alpine-grafana
Stars: ✭ 14 (-68.18%)
Mutual labels:  alpine
docker-opengl
Multi-Arch Docker - Mesa 3D OpenGL Software Rendering (Gallium) - LLVMpipe, and OpenSWR Drivers
Stars: ✭ 68 (+54.55%)
Mutual labels:  alpine
11ta-template
Deeply customizable, full-featured, ready to publish blog template built with 11ty, TailwindCSS, & Alpine.js
Stars: ✭ 98 (+122.73%)
Mutual labels:  alpine
docker-ansible
Alpine-based multistage-build version of Ansible for reproducible usage in CI
Stars: ✭ 168 (+281.82%)
Mutual labels:  alpine
rasa-docker-arm
Rasa Docker image for ARMv7. Runs on a Raspberry Pi.
Stars: ✭ 19 (-56.82%)
Mutual labels:  armhf
docker-alpine
Docker Alpine Linux Base Images
Stars: ✭ 27 (-38.64%)
Mutual labels:  alpine
nghttp2-alpine
Minimal nghttp2 docker image with ALPN support
Stars: ✭ 14 (-68.18%)
Mutual labels:  alpine
adoteumdev
The AdoteUmDev project
Stars: ✭ 101 (+129.55%)
Mutual labels:  alpine
docker-dataset
Docker database images with pre-populated data for testing and/or practice.
Stars: ✭ 35 (-20.45%)
Mutual labels:  alpine
dockerimages
🐳 Some dockerfiles based on alpine
Stars: ✭ 27 (-38.64%)
Mutual labels:  alpine
urbit-docker
No description or website provided.
Stars: ✭ 16 (-63.64%)
Mutual labels:  alpine
multiarch-letsencrypt-nginx-proxy
nginx-proxy, docker-gen and letsencrypt-nginx-proxy-companion on arm archs
Stars: ✭ 23 (-47.73%)
Mutual labels:  armhf
docker-alpine-python2
The smallest Docker image with Python 2.7 (~50MB)
Stars: ✭ 36 (-18.18%)
Mutual labels:  alpine

Drone Build Status Docker Build Status Docker Image CI Status

docker-squid

Docker Squid container based on Alpine Linux.

Automated builds of the image are available on:

Quick Start

Just launch container:

docker run -p 3128:3128 b4tman/squid

or use docker-compose:

wget https://raw.githubusercontent.com/b4tman/docker-squid/master/docker-compose.yml
docker-compose up

Configuration

Environment variables:

  • SQUID_CONFIG_FILE: Specify the configuration file for squid. Defaults to /etc/squid/squid.conf.

Example:

docker run -p 3128:3128 \
	--env='SQUID_CONFIG_FILE=/etc/squid/my-squid.conf' \
	--volume=/srv/docker/squid/squid.conf:/etc/squid/my-squid.conf:ro \
	b4tman/squid

This will start a squid container with your config file /srv/docker/squid/squid.conf.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].