Sign inSign up

wgroenewold/varnish

By wgroenewold

•Updated over 10 years ago

Ubuntu 14.04 LTS + varnish

Image
0

898

wgroenewold/varnish repository overview

FROM ubuntu:trusty RUN apt-get update -y && apt-get install varnish apt-transport-https curl -y && curl https://repo.varnish-cache.org/GPG-key.txt⁠ | apt-key add - && echo "deb https://repo.varnish-cache.org/ubuntu/⁠ trusty varnish-4.1" \

/etc/apt/sources.list.d/varnish-cache.list RUN apt-get update && apt-get install varnish -y #do we need to mount the volume here or is it enough to do it in the vagrantfile CMD service varnish reload

Tag summary

Content type

Image

Digest

Size

115 MB

Last updated

over 10 years ago

docker pull wgroenewold/varnish