A docker build script of Caddy, with telemetry disabled, provided in a light container.
This way, you can obtain a clean and free build of the server (unlike the non-free binaries resulting from Caddy's permissive license).
The binary provided is also statically linked, making deployment easy !
Current version supported :
v1.03
Bash script :
Run build.sh. You should obtain a caddockery executable. (Requires go on your machine)
Dockerise it : (~20MB! )
Run docker build . -t caddockery
Use it as a base image for your needs and add a caddyfile to it : you can put a file inside the container, mount a volume or provide some parameters ...
Don't forget to expose the required ports !
Take a look at the example.Dockerfile in the example folder.
Please refer to the original project for more information :
Download -
Documentation -
Community
Content type
Image
Digest
Size
10.4 MB
Last updated
over 6 years ago
docker pull blafy/caddockery