[docs] Update influxDB container setup 01/61201/2
authorEmma Foley <emma.l.foley@intel.com>
Mon, 20 Aug 2018 16:31:06 +0000 (17:31 +0100)
committerEmma Foley <emma.l.foley@intel.com>
Thu, 13 Dec 2018 12:28:35 +0000 (12:28 +0000)
JIRA: YARDSTICK-1335
Change-Id: I87b95d686f2d7ad204076845505b2fb6d502dedc
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
docs/testing/user/userguide/04-installation.rst

index 2f8175c..3ba312c 100644 (file)
@@ -613,15 +613,15 @@ Run influxDB::
    sudo -EH docker run -d --name influxdb \
       -p 8083:8083 -p 8086:8086 --expose 8090 --expose 8099 \
       tutum/influxdb
-   docker exec -it influxdb influx
 
 Configure influxDB::
 
+   docker exec -it influxdb influx
       > CREATE USER root WITH PASSWORD 'root' WITH ALL PRIVILEGES
       > CREATE DATABASE yardstick;
       > use yardstick;
       > show MEASUREMENTS;
-      > quit
+      > exit
 
 Run Grafana::