Skip to content

Shows how to use Caddy server to host HTML in a minimal Docker container.

License

Notifications You must be signed in to change notification settings

darron/caddy-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

caddy-docker

A Docker image for Caddy. The container was built with this command:

docker build -t darron/caddy .

From this Dockerfile:

FROM mini/base

RUN curl -sLO https://github.com/mholt/caddy/releases/download/v0.7.1/caddy_linux_amd64.zip && unzip caddy_linux_amd64.zip && mv caddy /usr/bin/caddy && chmod 755 /usr/bin/caddy && rm -rf caddy*

About

Shows how to use Caddy server to host HTML in a minimal Docker container.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages