mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
progrium/registrator has moved to gliderlabs/registrator per https://hub.docker.com/r/progrium/registrator/
This commit is contained in:
parent
9da90dc375
commit
9781a2f3ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue