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
Content type
Image
Digest
Size
115 MB
Last updated
over 10 years ago
docker pull wgroenewold/varnish