From 353e302fa1e50527de22604f2cfc259e55a28796 Mon Sep 17 00:00:00 2001 From: Viktor Date: Mon, 3 Apr 2017 21:07:16 +0200 Subject: [PATCH] Removed Consul from the documentation --- docs/swarm-mode-auto.md | 2 +- docs/swarm-mode-manual.md | 2 +- docs/users-guide.md | 8 -------- 3 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 docs/users-guide.md diff --git a/docs/swarm-mode-auto.md b/docs/swarm-mode-auto.md index 94bde0d9..16635139 100644 --- a/docs/swarm-mode-auto.md +++ b/docs/swarm-mode-auto.md @@ -1,6 +1,6 @@ # Running Docker Flow Proxy In Swarm Mode With Automatic Reconfiguration -*Docker Flow Proxy* running in the *Swarm Mode* is designed to leverage the features introduced in *Docker v1.12+*. If you are looking for a proxy solution that would work with older Docker versions or without Swarm Mode, please explore the [Docker Flow: Proxy - Standard Mode](standard-mode.md) section. +*Docker Flow Proxy* running in the *Swarm Mode* is designed to leverage the features introduced in *Docker v1.12+*. The examples that follow assume that you have Docker Machine version v0.8+ that includes Docker Engine v1.12+. The easiest way to get them is through [Docker Toolbox](https://www.docker.com/products/docker-toolbox). diff --git a/docs/swarm-mode-manual.md b/docs/swarm-mode-manual.md index c3249cde..c5522a45 100644 --- a/docs/swarm-mode-manual.md +++ b/docs/swarm-mode-manual.md @@ -1,6 +1,6 @@ # Running Docker Flow Proxy In Swarm Mode With Manual Reconfiguration -*Docker Flow Proxy* running in the *swarm* mode is designed to leverage the features introduced in Docker v1.12. If you are looking for a proxy solution that would work with older Docker versions, please explore the [Docker Flow Proxy - Standard Mode](standard-mode.md) section. +*Docker Flow Proxy* running in the *swarm* mode is designed to leverage the features introduced in Docker v1.12. ## Examples diff --git a/docs/users-guide.md b/docs/users-guide.md deleted file mode 100644 index 814f999b..00000000 --- a/docs/users-guide.md +++ /dev/null @@ -1,8 +0,0 @@ -# Swarm Mode (Docker 1.12+) - -*Docker Flow: Proxy* running in the *Swarm Mode* is designed to leverage the features introduced in *Docker v1.12+*. If you are looking for a proxy solution that would work with older Docker versions or without Swarm Mode, please explore the [Docker Flow: Proxy - Standard Mode](standard-mode.md) article. - -When running in *Swarm Mode*, the *proxy* can be reconfigured automatically with the help of [Docker Flow: Swarm Listener](https://github.com/vfarcic/docker-flow-swarm-listener) or manually by sending HTTP requests. - -## [The Swarm Mode with automatic configuration](swarm-mode-listener.md) -## [The Swarm Mode with manual configuration](swarm-mode-manual.md) \ No newline at end of file