Skip to content

Commit

Permalink
replace dockerhub gliderlabs/registrator links with placeholders
Browse files Browse the repository at this point in the history
The links are outdated and do not refer to the version build from this
repository.
  • Loading branch information
fho committed Oct 22, 2024
1 parent 839a4ab commit b72e0bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/user/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $ docker run -d \
--name=registrator \
--net=host \
--volume=/var/run/docker.sock:/tmp/docker.sock \
gliderlabs/registrator:latest \
<DOCKER-IMAGE-LINK-MISSING>
consul://localhost:8500
```
There's a bit going on here in the Docker run arguments. First, we run the
Expand Down
4 changes: 2 additions & 2 deletions docs/user/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
<DOCKER-IMAGE-LINK-MISSING>
consul://localhost:8500

## Docker Options
Expand Down Expand Up @@ -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=<your acl token> \
gliderlabs/registrator:latest \
<DOCKER-IMAGE-LINK-MISSING>
consul://localhost:8500

## Registry URI
Expand Down

0 comments on commit b72e0bd

Please sign in to comment.