Docker image with Caddy web server installed. Based on lib/alpine.
This image is available on Docker Hub.
Put caddy configuration file in a separate directory and run
docker run -d \
-p 80:80 \
-p 443:443 \
-v $(pwd)/conf:/srv \
tetafro/caddy -conf /srv/Caddyfile
| Tag | Info |
|---|---|
| 0.11.4 | Caddy 0.11.4 based on Alpine Linux 3.8 |
| 1.0.3 | Caddy 1.0.3 based on Alpine Linux 3.10 |
| latest | Same as 1.0.3 |
Content type
Image
Digest
Size
12.8 MB
Last updated
almost 7 years ago
docker pull tetafro/caddy