diff options
author | Emma Foley <emma.l.foley@intel.com> | 2018-08-20 17:31:06 +0100 |
---|---|---|
committer | Emma Foley <emma.l.foley@intel.com> | 2018-12-13 12:28:35 +0000 |
commit | 3276fec55d36a79cd13c178156d551fe861de92e (patch) | |
tree | 4958d0b45c378c3f6d9c296078993985bf0431a9 /docs/testing/user/userguide | |
parent | 24700ec3606ca422708646d60fb346d2e0d103cc (diff) |
[docs] Update influxDB container setup
JIRA: YARDSTICK-1335
Change-Id: I87b95d686f2d7ad204076845505b2fb6d502dedc
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Diffstat (limited to 'docs/testing/user/userguide')
-rw-r--r-- | docs/testing/user/userguide/04-installation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/testing/user/userguide/04-installation.rst b/docs/testing/user/userguide/04-installation.rst index 2f8175c25..3ba312ce7 100644 --- a/docs/testing/user/userguide/04-installation.rst +++ b/docs/testing/user/userguide/04-installation.rst @@ -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:: |