Sign inSign up

xlight/docker-varnish

By xlight

Updated almost 8 years ago

varnish with a good vcl

Image
1

10K+

xlight/docker-varnish repository overview

Docker-varnish

varnish with a good vcl

run like this

docker run -d --name some-varnish -p80:6081 --link <nginx>:backend \
-e BACKEND_PORT=8080 -e CACHE_SIZE=32m -e SERV_PORT=6081\
xlight/docker-varnish

notice:

because of the limition of Varnish , the [backend] container could not be scale to more than 1 . so , you may have to use a load-balance container beween Varnish and web-servers.

Tag summary

Content type

Image

Digest

Size

115 MB

Last updated

about 9 years ago

docker pull xlight/docker-varnish