From f72839a8fa2285197dc136973a0c945601a1ca8d Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Thu, 11 Dec 2014 18:39:53 -0800 Subject: [PATCH] README: Update Docker requirement (v1.4.0 and later). --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index eecb26082c..00bc8535d0 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,11 @@ go get -u github.com/docker/swarm ``` ######2 - Nodes setup -The only requirement for Swarm nodes is to run a regular Docker daemon. +The only requirement for Swarm nodes is to run a regular Docker daemon (version `1.4.0` and later). In order for Swarm to be able to communicate with its nodes, they must bind on a network interface. This can be achieved by starting Docker with the `-H` flag (e.g. `-H 0.0.0.0:2375`). -Currently, nodes must be running the Docker **master** version. -Master binaries are available here: https://master.dockerproject.com/ - ### Example usage ```bash