Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.17 KB

File metadata and controls

26 lines (21 loc) · 1.17 KB

About

(From Caddy web site)
Caddy is a powerful, extensible platform to serve your sites, services, and apps, written in Go.
This Docker image adds plugins (listed below) not included in standard Caddy version.

Caddy Docker Image with additional modules

Caddy Docker image with "extra" tag

This version has additional plugins:

Useful commands

  • caddy list-modules
  • ...

How to run

Caddy with Docker awareness:
docker run --rm -it --name caddy -v /var/run/docker.sock:/var/run/docker.sock neomediatech/caddy
Caddy without Docker awareness:
docker run --rm -it --name caddy neomediatech/caddy caddy run