From 9781a2f3ada8f1f58d06c7765c0c344afe80cc36 Mon Sep 17 00:00:00 2001 From: Tim Carr Date: Thu, 7 Jan 2016 12:21:04 -0600 Subject: [PATCH] progrium/registrator has moved to gliderlabs/registrator per https://hub.docker.com/r/progrium/registrator/ --- docker-swarm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-swarm/README.md b/docker-swarm/README.md index 1a33662..9d5b48c 100644 --- a/docker-swarm/README.md +++ b/docker-swarm/README.md @@ -50,7 +50,7 @@ These instructions assume you've already installed VMware Fusion, Vagrant, and t 8. While still logged into the first CoreOS system, launch an instance of Registrator: - docker run -d --name reg-coreos-01 -h coreos-01 -v /var/run/docker.sock:/tmp/docker.sock progrium/registrator consul://192.168.1.104:8500 + docker run -d --name reg-coreos-01 -h coreos-01 -v /var/run/docker.sock:/tmp/docker.sock gliderlabs/registrator consul://192.168.1.104:8500 The IP address in this command must correspond to the IP address assigned to the CoreOS node as specified in `servers.yml`.