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

WeAreGenki/docker-varnish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Varnish Cache Docker Image

GitHub Tag

Minimal Varnish cache docker image running on an Alpine Linux base.

Usage

If you're on the command-line you can run:

docker run -d \
  --name your-varnish \
  -v /mnt/your-data-dir/varnish/default.vcl:/etc/varnish/default.vcl:ro \
  -e VARNISH_MEMORY=128M \
  -e VARNISH_PORT=8080 \
  wearegenki/varnish:latest

Licence

ISC. See LICENCE.md.

Author

Proudly made by Max Milton <max@wearegenki.com>.

© We Are Genki