{"id":19603569,"url":"https://github.com/limit-zero/docker-varnishd","last_synced_at":"2026-06-18T05:31:33.609Z","repository":{"id":93581156,"uuid":"121526103","full_name":"limit-zero/docker-varnishd","owner":"limit-zero","description":"A Docker container for running Varnish Reverse Proxy","archived":false,"fork":false,"pushed_at":"2018-02-21T01:34:19.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-22T19:44:00.510Z","etag":null,"topics":["docker","varnish"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/limit0/varnishd","language":"VCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/limit-zero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-14T15:24:16.000Z","updated_at":"2024-10-18T07:44:25.000Z","dependencies_parsed_at":"2023-03-09T21:45:54.129Z","dependency_job_id":null,"html_url":"https://github.com/limit-zero/docker-varnishd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/limit-zero/docker-varnishd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limit-zero%2Fdocker-varnishd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limit-zero%2Fdocker-varnishd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limit-zero%2Fdocker-varnishd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limit-zero%2Fdocker-varnishd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/limit-zero","download_url":"https://codeload.github.com/limit-zero/docker-varnishd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limit-zero%2Fdocker-varnishd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34478105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","varnish"],"created_at":"2024-11-11T09:30:17.922Z","updated_at":"2026-06-18T05:31:33.586Z","avatar_url":"https://github.com/limit-zero.png","language":"VCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-varnishd\n[![Docker Stars](https://img.shields.io/docker/stars/limit0/varnishd.svg)](https://hub.docker.com/r/limit0/varnishd/) [![Docker Pulls](https://img.shields.io/docker/pulls/limit0/varnishd.svg)](https://hub.docker.com/r/limit0/varnishd/) [![Docker Automated build](https://img.shields.io/docker/automated/limit0/varnishd.svg)](https://hub.docker.com/r/limit0/varnishd) [![Docker Build Status](https://img.shields.io/docker/build/limit0/varnishd.svg)](https://hub.docker.com/r/limit0/varnishd)\n\nA Docker container for running Varnish Reverse Proxy\n\nThis container can be used to run a [varnishd](https://varnish-cache.org/) reverse proxy instance. The container can be used as-is, or extended to customize configuration, versions, etc.\n\nThis container is based on the CentOS 7 Docker image, and uses YUM for package management. The Varnishd software package is installed from the EPEL repository.\n\n## Building\n\n```sh\ndocker build . --build-arg VERSION=4.0.5 -t varnishd\n```\n\n## Usage\nTo run the container using the default settings and VCL:\n```sh\ndocker run -p 80:80 limit0/varnishd\n```\n\nTo customize the Varnish configuration (VCL), either extend this image and `ADD` your configuration, or mount the `/etc/varnish` directory and override the `default.vcl`. *Note: You will also have to specify the `secret` and `varnish.params` if volume mounting -- see the default examples in the `/etc` folder of this repository.\n\n### Logging\n`varnishd` does not log requests to `stdout`/`stderr`, but rather uses its own `varnishlog` application to access logs from the running process. You can easily access varnish logs by including the `name` parameter when running the container, and running a second process to view the logs using `varnishlog`.\n```sh\ndocker run -p 80:80 --name varnishd limit0/varnishd\ndocker exec -it varnishd varnishlog\n```\n\nYou can utilize the same named container access method to use other varnish administrative and logging tools, such as `varnishadm`, `varnishhist`, `varnishncsa`, `varnishstat`, `varnishtop`, `varnishlog`, `varnish_reload_vcl`, or `varnishtest`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimit-zero%2Fdocker-varnishd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimit-zero%2Fdocker-varnishd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimit-zero%2Fdocker-varnishd/lists"}