Skip to content

Docker container with Varnish & hitch for local testing and development

Notifications You must be signed in to change notification settings

tstrohmeier/gquintard-varnish-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gquintard-varnish-docker

Dockerfile for the tstrohmeier/gquintard-varnish image

I use this image for local VCL development and testing.

@Dockerhub: https://hub.docker.com/r/tstrohmeier/gquintard-varnish/

Pull image

docker pull tstrohmeier/gquintard-varnish:latest

What is installed in this image?

  • varnish
  • hitch

What is installed in the dockerfile?

  • varnish
  • hitch: used to provide an endpoint with ssl
  • stunnel: used in clientmode for backend endpoints with ssl or more then one IP
  • socat: used for debugging the backend requests

Build

docker-compose build

Work with the image

Start the containers

docker-compose up

Stop the containers

docker-compose down

Reload VCL

docker-compose exec agent varnish_reload_vcl

About

Docker container with Varnish & hitch for local testing and development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 50.6%
  • VCL 41.3%
  • Dockerfile 8.1%