Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

saidsef/docker-varnish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for Varnish HTTP Accelerator

Varnish is an HTTP accelerator. It is an open source reverse proxy server for HTTP protocol which stores cached pages in virtual memory.

Usage

Main configurations are available as variables (you can see it with options command). You can add your VCL file by VARNISH_VCL_CONF variable:

docker run --name varnish \
  -v /path/to/default.vcl:/etc/varnish/default.vcl:ro \
  -e VARNISH_VCL_CONF=/etc/varnish/custom.vcl \
  saidsef/docker-varnish

About

Docker image for Varnish HTTP Accelerator

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages