Sign inSign up

darron/caddy

By darron

•Updated almost 11 years ago

Caddy server Docker image.

Image
5

5.0K

darron/caddy repository overview

Based on the mini/base⁠ image.

It's built with this Dockerfile:

FROM mini/base

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

And can be used like this:

FROM darron/caddy
RUN mkdir /srv
ADD . /srv
WORKDIR /srv
EXPOSE 2015
CMD caddy

Github repo is here: https://github.com/darron/caddy-docker⁠

Tag summary

Content type

Image

Digest

sha256:46173ae79…

Size

-

Last updated

over 11 years ago

docker pull darron/caddy