mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
Merge pull request #4464 from hashicorp/je.htmlfix
A couple more docs fixes
This commit is contained in:
commit
ec755b4ba7
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: "docs"
|
||||
page_title: "Consul Enterprise Advanced Federation"
|
||||
sidebar_current: "docs-enterprise-advanced-federation"
|
||||
sidebar_current: "docs-enterprise-federation"
|
||||
description: |-
|
||||
Consul Enterprise enables you to federate Consul datacenters together on a pairwise basis, enabling partially-connected network topologies like hub-and-spoke.
|
||||
---
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: "docs"
|
||||
page_title: "Using Consul with Containers"
|
||||
sidebar_current: "docs-guides-consul-on-containers"
|
||||
sidebar_current: "docs-guides-consul-containers"
|
||||
description: |-
|
||||
This guide describes how to run Consul on containers, with Docker as the primary focus. It also describes best practices when running a Consul cluster in production on Docker.
|
||||
---
|
||||
@ -110,4 +110,3 @@ When a previously stopped server container is restarted using `docker start <con
|
||||
**All nodes changing IP addresses** Prior to Consul 0.9.3, Consul did not gracefully handle the situation where all nodes in the cluster running inside a container are restarted at the same time, and they all obtain new IP addresses. This has been [fixed](https://github.com/hashicorp/consul/issues/1580) since Consul 0.9.3, and requires `"raft_protocol"` to be set to `"3"` in the configs in Consul 0.9.3. Consul 1.0 makes raft protocol 3 the default.
|
||||
|
||||
**Snapshot close error** Due to a [known issue](https://github.com/docker/libnetwork/issues/1204) with half close support in Docker, you will see an error message `[ERR] consul: Failed to close snapshot: write tcp <source>-><destination>: write: broken pipe` when saving snapshots. This does not affect saving and restoring snapshots when running in Docker.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user