container-images/fedora-varnish
Vincent Batts ee815e9ccc varnish: make a change to trigger the build 2017-03-10 10:28:38 -05:00
..
Dockerfile varnish: make a change to trigger the build 2017-03-10 10:28:38 -05:00
README.md adding a readme 2014-03-12 14:03:28 -04:00
default.vcl now with generated secret, and can bind mount in the params and vcl 2014-03-12 13:57:29 -04:00
run.sh now with generated secret, and can bind mount in the params and vcl 2014-03-12 13:57:29 -04:00
varnish.params now with generated secret, and can bind mount in the params and vcl 2014-03-12 13:57:29 -04:00

README.md

== vbatts/fedora-varnish

Varnish caching daemon

== vcl

get your vcl and mount it into place

docker run -i -t -P -v $(pwd)/foo.vcl:/srv/default.vcl vbatts/fedora-varnish

== secret

A secret is generated if /srv/secret is not present. To use your own, bind mount one in.

docker run -i -t -P -v $(pwd)/secret:/srv/secret vbatts/fedora-varnish