From 78f751312e84f3b82375585efde17095ad4b2bdc Mon Sep 17 00:00:00 2001 From: Alex Ellis <alexellis2@gmail.com> Date: Mon, 9 Jan 2017 12:50:23 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c969a34..75f24f50 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Minimum requirements: * Docker 1.13-RC (to support attachable overlay networks) * At least a single host in Swarm Mode. (run `docker swarm init`) -`For more information on Swarm mode and configuration please have a look at the [Swarm Mode tutorial](https://docs.docker.com/engine/swarm/swarm-tutorial/). ` +> For more information on Swarm mode and configuration please have a look at the [Swarm Mode tutorial](https://docs.docker.com/engine/swarm/swarm-tutorial/) Check your `docker version` and upgrade to one of the latest 1.13-RCs from the [Docker Releases page](https://github.com/docker/docker/releases). This is already available through the Beta channel in Docker for Mac. -- GitLab