mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-02 14:17:01 +01:00
Add link to Docker container
This commit is contained in:
parent
37e3fe5f1f
commit
d0556d6236
1 changed files with 8 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue