varnish with a good vcl
docker run -d --name some-varnish -p80:6081 --link <nginx>:backend \
-e BACKEND_PORT=8080 -e CACHE_SIZE=32m -e SERV_PORT=6081\
xlight/docker-varnish
because of the limition of Varnish , the [backend] container could not be scale to more than 1 . so , you may have to use a load-balance container beween Varnish and web-servers.
Content type
Image
Digest
Size
115 MB
Last updated
about 9 years ago
docker pull xlight/docker-varnish