From b72e0bd38c52f3062fd57a3b811e725ac8aa094f Mon Sep 17 00:00:00 2001 From: Fabian Holler Date: Tue, 22 Oct 2024 16:16:11 +0200 Subject: [PATCH] replace dockerhub gliderlabs/registrator links with placeholders The links are outdated and do not refer to the version build from this repository. --- docs/user/quickstart.md | 2 +- docs/user/run.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user/quickstart.md b/docs/user/quickstart.md index c0eafd3e7..5a23e60a3 100644 --- a/docs/user/quickstart.md +++ b/docs/user/quickstart.md @@ -45,7 +45,7 @@ $ docker run -d \ --name=registrator \ --net=host \ --volume=/var/run/docker.sock:/tmp/docker.sock \ - gliderlabs/registrator:latest \ + consul://localhost:8500 ``` There's a bit going on here in the Docker run arguments. First, we run the diff --git a/docs/user/run.md b/docs/user/run.md index 5c084474b..844a0b2c0 100644 --- a/docs/user/run.md +++ b/docs/user/run.md @@ -16,7 +16,7 @@ and then requires a Registry URI. Here is a typical way to run Registrator: --name=registrator \ --net=host \ --volume=/var/run/docker.sock:/tmp/docker.sock \ - gliderlabs/registrator:latest \ + consul://localhost:8500 ## Docker Options @@ -78,7 +78,7 @@ The ACL token is passed in through docker in an environment variable called `CON --net=host \ --volume=/var/run/docker.sock:/tmp/docker.sock \ -e CONSUL_HTTP_TOKEN= \ - gliderlabs/registrator:latest \ + consul://localhost:8500 ## Registry URI