Browse Source

read mongo

master
zeus 3 years ago
parent
commit
8bb3f0270f
  1. 17
      poc-datacollector/modules/ROOT/pages/index.adoc

17
poc-datacollector/modules/ROOT/pages/index.adoc

@ -37,6 +37,23 @@ TIP: You can find more information http://docs.swarmlab.io/SwarmLab-HowTos/swarm
NOTE: You may have to wait (couple of minutes) for the system to fully provision resources. You may have to refresh the web interface a couple of times!
[NOTE]
====
on Error:
[source,bash]
----
UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
----
Run:
[source,bash]
----
export DOCKER_CLIENT_TIMEOUT=120
export COMPOSE_HTTP_TIMEOUT=120
----
====
=== Open web interface
Find "webclient" Instance from menou:

Loading…
Cancel
Save