Sign inSign up

cyrriv/squid

By cyrriv

Updated over 4 years ago

Squid images repo

Image
0

647

cyrriv/squid repository overview

Introduction

Dockerfile to create a Docker container image for Squid proxy server.

Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator.

OS: CentOS7 Architecture: ARM

Getting started

Installation

docker pull cyrriv/squid:3.5.20

Quickstart

Start Squid using:

docker run --name squid -d \
  --publish 3128:3128 \
  --volume /path/to/squid.conf:/etc/squid/squid.conf \
  cyrriv/squid:3.5.20

Tag summary

Content type

Image

Digest

Size

90.8 MB

Last updated

over 4 years ago

docker pull cyrriv/squid:4.10