From 5ca8c117c6d5a6db8850a9cfb6d96b9b138546aa Mon Sep 17 00:00:00 2001 From: paliwalpriyank Date: Sat, 15 Jun 2019 17:50:50 -0700 Subject: [PATCH] getting started: correcting remove docker network command Signed-off-by: paliwalpriyank --- docs/getting_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 7213b099a45..ae680b49651 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -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 @@ -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 ```