https://github.com/pascalw/docker-varnish-alpine-mods
Docker image for Varnish based on Alpine Linux, includes vmods
https://github.com/pascalw/docker-varnish-alpine-mods
Last synced: 3 months ago
JSON representation
Docker image for Varnish based on Alpine Linux, includes vmods
- Host: GitHub
- URL: https://github.com/pascalw/docker-varnish-alpine-mods
- Owner: pascalw
- Created: 2019-11-02T20:45:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T20:45:57.000Z (over 6 years ago)
- Last Synced: 2025-01-13T15:48:32.424Z (over 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker image for [Varnish](https://varnish-cache.org/) based on Alpine Linux, includes [Varnish mods](https://github.com/varnish/varnish-modules).
## Usage
Usage is similar as the official Varnish image (which doesn't include modules).
```sh
docker run -v /path/to/default.vlc:/etc/varnish/default.vcl:ro pascalw/varnish-alpine-mods
```