varnish-docker icon indicating copy to clipboard operation
varnish-docker copied to clipboard

Automated build of Varnish with Docker

Results 5 varnish-docker issues
Sort by recently updated
recently updated
newest added

added vcl 4.0; as required by varnish 4.0+

Is there a way to run it without specify -i and so run varnish in foreground? This is a problem if you're using docker-compose i suppose. I think that something...

Moved around some things in the Dockerfile. These changes should decrease build times by reducing layers as well as making the most efficient use of docker's caching.

I also ran into #6 , and this patch works like you'd expect.

Here https://github.com/jacksoncage/varnish-docker/blob/master/Dockerfile#L22 . Indeed, I tried to build the image locally and got the following error : `Step 9 : VOLUMES Unknown instruction: VOLUMES` According to the [Dockerfile reference](https://docs.docker.com/reference/builder/#volume), this...