Sign inSign up

jdeathe/caddy

By jdeathe

•Updated about 9 years ago

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

Image
0

10K+

jdeathe/caddy repository overview

⁠caddy

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

⁠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.

Tag summary

Content type

Image

Digest

Size

6.1 MB

Last updated

about 9 years ago

docker pull jdeathe/caddy