Sign inSign up

klabs/varnish

By klabs

Updated over 6 years ago

Varnish image with varnish-agent & varnishncsa services enabled.

Image
0

10K+

klabs/varnish repository overview

Varnish 3 Docker Image

This image (based on Debian 7) runs Varnish 3.

NB: If you are looking for vmod-curl support, please look at the vmod-curl branch of this repository.

The included vcl is taken from eZ System and augmented with the following abilities:

  • Invalidators can force varnish to refresh its cache by hitting Ctrl + F5
  • Ability to purge varnish cache matching an url pattern:
curl -X BAN -I -H "Host: www.example.com" -H "X-Match: /some/.*/regular/expression" http://varnish

You can run the container with the docker run command :

  docker run -p 81:81 klabs/varnish:3.0

Tag summary

Content type

Image

Digest

Size

115.9 MB

Last updated

almost 9 years ago

docker pull klabs/varnish