From efebba514fc3663c21d39b67e55221976ce8934a Mon Sep 17 00:00:00 2001 From: Teon Banek Date: Thu, 13 Jul 2017 15:23:29 +0200 Subject: [PATCH] Bump Memgraph version in user documentation Reviewers: buda Reviewed By: buda Differential Revision: https://phabricator.memgraph.io/D551 --- docs/user_technical/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user_technical/installation.md b/docs/user_technical/installation.md index 4f2fa30f1..3f4ac139d 100644 --- a/docs/user_technical/installation.md +++ b/docs/user_technical/installation.md @@ -15,7 +15,7 @@ After a successful download the Memgraph Docker image can be imported into Docker: ``` -docker load -i /path/to/memgraph_alpha_v0.5.0.tar.gz +docker load -i /path/to/memgraph_alpha_v0.6.0.tar.gz ``` ### Image Configuration & Running Memgraph @@ -23,7 +23,7 @@ docker load -i /path/to/memgraph_alpha_v0.5.0.tar.gz Memgraph can be started by executing: ``` -docker run -it -p 7687:7687 memgraph_alpha_v0.5.0 +docker run -it -p 7687:7687 memgraph_alpha_v0.6.0 ``` The `-it` option enables displaying Memgraph's logs inside the current shell. @@ -45,7 +45,7 @@ mkdir -p memgraph # Docker expects full path to the created folder. FULL_OUTPUT_PATH=$PWD/memgraph # Run Memgraph. -docker run -d -p 7687:7687 -v ${FULL_OUTPUT_PATH}:/var/lib/memgraph --name memgraph_alpha_v0.5.0 +docker run -d -p 7687:7687 -v ${FULL_OUTPUT_PATH}:/var/lib/memgraph --name memgraph_alpha_v0.6.0 ``` In the commands above `-d` means that the container will be detached (run in