Varnish Full-Page-Cache on Docker
1.2K
See project page for more details: https://varnish-cache.org
Maintained by
Supported architectures
amd64
| Name | Description | Default |
|---|---|---|
| VARNISH_BACKEND | Default Backend to use by varnish | localhost |
| VARNISH_BACKEND_PORT | Backend Port | 80 |
| VARNISH_SECRET | Secret for varnish management | pwgen 15 |
vcl 4.0;
import directors;
backend localhost { .host = "${VARNISH_BACKEND}"; .port = "${VARNISH_BACKEND_PORT}"; }
Default commandline arguments for Varnish -F -a :80 -f /etc/varnish/default.vcl -s malloc,1024m -T :6082 -S /etc/varnish/secret. See https://varnish-cache.org/docs/trunk/reference/varnishd.html#ref-varnishd-options for full list.
Content type
Image
Digest
Size
223.9 MB
Last updated
about 8 years ago
docker pull claranet/varnish-cache:5.2