iGLOO-be / docker-varnish

Docker image for Varnish Cache (caching HTTP reverse proxy) https://www.varnish-cache.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker varnish

docker pull igloo/varnish

Features

Usage

docker run -d -p 8080:80 \
  -v path/default.vcl:/usr/local/etc/varnish/default.vcl \
  igloo/varnish

About

Docker image for Varnish Cache (caching HTTP reverse proxy) https://www.varnish-cache.org


Languages

Language:Dockerfile 100.0%