Docker image for Varnish using Ubuntu Trusty.
1.9K
Docker image for Varnish using Ubuntu Trusty.
Run parameter includes link with app container, assume "app" as the name of the app container and "backend" as alias. Do not change "backend" without changing (https://github.com/hhcordero/docker-varnish/blob/master/scripts/varnishd-foreground). Bind varnish to port 80, assume "app" is listening to port 8080.
docker run \
--name docker_varnish \
--link app:backend \
--publish 80:80 \
--detach \
hhcordero/docker-varnish
Content type
Image
Digest
sha256:5af6fb7b6…
Size
-
Last updated
over 11 years ago
docker pull hhcordero/docker-varnish