Add link to Docker container

This commit is contained in:
Matthew Holt 2015-05-01 08:55:34 -06:00
parent 37e3fe5f1f
commit d0556d6236

View file

@ -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. 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 #### 3rd-party libraries
Although Caddy's binaries are completely static, Caddy relies on some excellent libraries that really make the project possible. 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. 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 ## Quick Start
The website has [full documentation](https://caddyserver.com/docs) but this will get you started in about 30 seconds: The website has [full documentation](https://caddyserver.com/docs) but this will get you started in about 30 seconds: