/image-caddy

Docker container image of the Caddy web server.

Primary LanguageMakefileOtherNOASSERTION

caddy

Caddy - The HTTP/2 web server with automatic HTTPS.

Overview & links

Tags and respective Dockerfile links

Quick Example

$ docker run \
  --detach \
  --name caddy_1 \
  --restart always \
  --publish 443:2015 \
  --publish 80:8080 \
  jdeathe/caddy:1.2.0

Now point your browser to http://{docker-host} where {docker-host} is the host name of your docker server and, if all went well, you should be redirected to the https://{docker-host} and, after accepting the warning about the automatically generated self-signed TLS/SSL certificate, see the "Hello, world!" page.