diff --git a/website/source/docs/guides/index.html.md b/website/source/docs/guides/index.html.md index eacc63e61f..cc66cb3be5 100644 --- a/website/source/docs/guides/index.html.md +++ b/website/source/docs/guides/index.html.md @@ -22,6 +22,8 @@ The following guides are available: * [Bootstrapping](/docs/guides/bootstrapping.html) - This guide covers bootstrapping a new datacenter. This covers safely adding the initial Consul servers. +* [Consul with Containers](/docs/guides/consul-containers.html) - This guide describes critical aspects of operating a Consul cluster that's run inside containers. + * [DNS Caching](/docs/guides/dns-cache.html) - Enabling TTLs for DNS query caching * [DNS Forwarding](/docs/guides/forwarding.html) - Forward DNS queries from Bind to Consul diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index ca181957fc..7ce23d0cc7 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -227,6 +227,9 @@ > Bootstrapping + > + Running Consul in Containers + > DNS Caching