diff options
author | Abhijit Sinha <abhijit.sinha@intel.com> | 2018-12-17 14:16:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-12-17 14:16:37 +0000 |
commit | b122686cb06e89420e9d8141df535f6c43de29ab (patch) | |
tree | 1e3c2dd25953affb61808910f17c8816335452c3 /docs/testing/user/userguide/04-installation.rst | |
parent | 4730446ee48e79919d66c34633b9a91b9a552311 (diff) | |
parent | 3276fec55d36a79cd13c178156d551fe861de92e (diff) |
Merge "[docs] Update influxDB container setup"
Diffstat (limited to 'docs/testing/user/userguide/04-installation.rst')
-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:: |