Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

jdeathe/image-caddy

Repository files navigation

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.