https://github.com/beevelop/docker-varnish
🧹 Varnish for Docker based on Alpine
https://github.com/beevelop/docker-varnish
container-image containerization docker docker-container docker-image
Last synced: about 1 month ago
JSON representation
🧹 Varnish for Docker based on Alpine
- Host: GitHub
- URL: https://github.com/beevelop/docker-varnish
- Owner: beevelop
- License: mit
- Created: 2016-03-04T20:07:54.000Z (about 10 years ago)
- Default Branch: latest
- Last Pushed: 2021-06-06T19:03:56.000Z (almost 5 years ago)
- Last Synced: 2024-12-31T05:41:54.556Z (over 1 year ago)
- Topics: container-image, containerization, docker, docker-container, docker-image
- Language: Dockerfile
- Homepage: https://beevelop.com
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README





[](https://github.com/beevelop/docker-varnish/releases)


[](https://beevelop.com)
# Varnish for Docker :whale:
```bash
# Launch any web container
docker run -d --name webapp tutum/hello-world
# Link "webapp" as "backend" to varnish and expose Port 80
docker run -d -p 80:80 --name varnish --link webapp:backend beevelop/varnish
```
## Configuration
- `VARNISH_CACHE_SIZE` (default: 128m)
- `BACKEND_PORT` (default: 80)
## Troubleshooting
Feel free to open an issue on GitHub if you encounter any problems with this Docker image.
---
### Use tags where possible, because...
