Skip to content

Commit

Permalink
Update docker image consul (deprecated) by hashicorp/consul (#5793)
Browse files Browse the repository at this point in the history
Signed-off-by: mevrin <matthieu.evrin@gmail.com>
  • Loading branch information
lekaf974 committed Feb 29, 2024
1 parent c033170 commit eafc37a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Next we're going to show how you can run a scale out Cortex cluster using Docker
```sh
$ make ./cmd/cortex/.uptodate
$ docker network create cortex
$ docker run -d --name=consul --network=cortex -e CONSUL_BIND_INTERFACE=eth0 consul
$ docker run -d --name=consul --network=cortex -e CONSUL_BIND_INTERFACE=eth0 hashicorp/consul
```

Next we'll run a couple of Cortex instances pointed at that Consul. You'll note the Cortex configuration can be specified in either a config file or overridden on the command line. See [the arguments documentation](../configuration/arguments.md) for more information about Cortex configuration options.
Expand Down Expand Up @@ -142,7 +142,7 @@ First, create a network and run a new Consul and Grafana:

```sh
$ docker network create cortex
$ docker run -d --name=consul --network=cortex -e CONSUL_BIND_INTERFACE=eth0 consul
$ docker run -d --name=consul --network=cortex -e CONSUL_BIND_INTERFACE=eth0 hashicorp/consul
$ docker run -d --name=grafana --network=cortex -p 3000:3000 grafana/grafana
```

Expand Down

0 comments on commit eafc37a

Please sign in to comment.