Super Small (107MB) fully configured Varnish Cache Docker container - highly customized
500K+
This container assumes you have a "/varnish" directory with a "default.vcl" config file.
I have provided a very good ready to go "default.vcl" (in the "container" folder), which only needs the IP/port changed (see: "CHANGE ME" part inside)
docker run --name=varnish \
--restart=always \
-d \
-p 80:80 \
-p 81:81 \
-v /varnish:/etc/varnish \
ventz/varnish
Content type
Image
Digest
Size
37.6 MB
Last updated
over 9 years ago
docker pull ventz/varnish