jdeathe / image-caddy

Docker container image of the Caddy web server.

Home Page:https://hub.docker.com/r/jdeathe/caddy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Docker container image of the Caddy web server.

https://hub.docker.com/r/jdeathe/caddy/

License:Other


Languages

Language:Makefile 61.6%Language:Shell 18.8%Language:PHP 9.2%Language:HTML 8.7%Language:CSS 1.7%