Search Docker Hub
varnish
By uofa
Brutally simple Varnish image based on Alpine.
1.1K
Brutally simple Varnish image based on Alpine. Designed for syntax checking VCL files using the following docker run command:
docker run
$ docker run -v $(pwd):/etc/varnish uofa/varnish varnishd -C -f /etc/varnish/default.vcl
To build manually:
$ docker build -t uofa/varnish .
Content type
Image
Digest
Size
38.6 MB
Last updated
over 8 years ago
docker pull uofa/varnish