Sign inSign up

alloylab/varnish

By alloylab

Updated over 10 years ago

Alpine Linux based Varnish

Image
1

681

alloylab/varnish repository overview

Varnish Docker Container

Alpine Lastest
Varnish 4.x

Usage

Default VCL forwards port 80 traffic to port 8080

docker run --detach \
--publish 80:80 \
--name varnish \
--restart always \
-i -t \
alloylab/varnish;

Also add one of the following so the Container knows where to send the traffic, --link web1:web1
--env='VARNISH_BACKEND_ADDRESS=192.168.1.1' \

Tag summary

Content type

Image

Digest

Size

33.4 MB

Last updated

over 10 years ago

docker pull alloylab/varnish