container-images/laughing-octo/fedora-varnish
Vincent Batts d59b1af998 Add 'laughing-octo/' from commit 'ee815e9ccc120f5d750d8d958c412778e8a77aa0'
git-subtree-dir: laughing-octo
git-subtree-mainline: 264531c268
git-subtree-split: ee815e9ccc
2024-03-27 15:58:12 -04:00
..
Dockerfile Add 'laughing-octo/' from commit 'ee815e9ccc120f5d750d8d958c412778e8a77aa0' 2024-03-27 15:58:12 -04:00
README.md Add 'laughing-octo/' from commit 'ee815e9ccc120f5d750d8d958c412778e8a77aa0' 2024-03-27 15:58:12 -04:00
default.vcl Add 'laughing-octo/' from commit 'ee815e9ccc120f5d750d8d958c412778e8a77aa0' 2024-03-27 15:58:12 -04:00
run.sh Add 'laughing-octo/' from commit 'ee815e9ccc120f5d750d8d958c412778e8a77aa0' 2024-03-27 15:58:12 -04:00
varnish.params Add 'laughing-octo/' from commit 'ee815e9ccc120f5d750d8d958c412778e8a77aa0' 2024-03-27 15:58:12 -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