Sign inSign up

rochacon/varnish

By rochacon

•Updated almost 10 years ago

Simple Varnish image based on Alpine Linux.

Image
1

538

rochacon/varnish repository overview

⁠docker-varnish

Simple Varnish image based on Alpine.

⁠Example VCL

# /etc/varnish/default.vcl
vcl 4.0;

backend default {
  .host = "some.domain.net";
  .port = "80";
}

Tag summary

Content type

Image

Digest

Size

33.2 MB

Last updated

almost 10 years ago

docker pull rochacon/varnish