Sign inSign up

qubestash/varnish-cache

By qubestash

Updated over 9 years ago

Image
0

243

qubestash/varnish-cache repository overview

QubeStash / Varnish Cache

TravisCI Status Widget Coverage Status Widget

Supported tags

  • 4.1.3-alpine, 4.1-alpine, 1-alpine, alpine (run make build-alpine) (Dockerfile)

ENV

VCL_USE_CONFIG

Default: no

VCL_CONFIG

Default: /etc/varnish/default.vcl

VCL_CACHE_SIZE

Default: 64m

VCL_BACKEND_ADDRESS

Default: 0.0.0.0

VCL_BACKEND_PORT

Default: 80

Running

docker
# Clear containers if they exist by any chance
docker rm -f varnish-cache || true
# Run Varnish
docker run -e VCL_BACKEND_ADDRESS=192.168.0.1 --name varnish-cache -d qubestash/varnish-cache:alpine

Tag summary

Content type

Image

Digest

Size

37.2 MB

Last updated

over 9 years ago

docker pull qubestash/varnish-cache:alpine