Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 386 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 386 Bytes

Docker file for Varnish4 on ubuntu 14.04

you can pull docker

docker pull yuxel/varnish4

or you can build it

./bin build

To run varnish in docker instance

./bin run

To run varnish on port 80

VARNISH_PORT="-p 80:6081" ./bin run

Configuration file

Configuraion file is on data directory. Feel free to edit this file