Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ In [the Grafana UI](http://localhost:3000) (username/password admin/admin), add

```
$ docker rm -f cortex1 cortex2 consul grafana
$ docker network remote cortex
$ docker network remove cortex
```

## High availability with replication
Expand Down Expand Up @@ -182,5 +182,5 @@ You should see writes and queries continue to work without error.

```
$ docker rm -f cortex1 cortex2 cortex3 consul grafana
$ docker network remote cortex
$ docker network remove cortex
```