From d0556d62362a55d73ecaff2e857a61c3c055efe3 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Fri, 1 May 2015 08:55:34 -0600 Subject: [PATCH] Add link to Docker container --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4f3be6709..7037b9979 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,13 @@ By default, Caddy serves the current directory at [localhost:2015](http://localh Caddy accepts some flags from the command line. Run `caddy -h` to view the help for flags. + +#### Docker Container + +Caddy is [available as a Docker container](https://registry.hub.docker.com/u/darron/caddy/). + + + #### 3rd-party libraries Although Caddy's binaries are completely static, Caddy relies on some excellent libraries that really make the project possible. @@ -53,6 +60,7 @@ Although Caddy's binaries are completely static, Caddy relies on some excellent This list may not be comprehensive, but [godoc.org](https://godoc.org/github.com/mholt/caddy) will list all packages that any given package imports. + ## Quick Start The website has [full documentation](https://caddyserver.com/docs) but this will get you started in about 30 seconds: