Difference between revisions of "Projets-2016-2017-Plateform Analyse Données IOT/Docker"

From air
Jump to navigation Jump to search
Line 9: Line 9:
 
== Images that we used ==
 
== Images that we used ==
   
* InfluxDB : ''Link''
+
* InfluxDB : https://hub.docker.com/_/influxdb/
   
* Grafana : ''Link''
+
* Grafana : https://hub.docker.com/r/grafana/grafana/
   
  +
* R : https://hub.docker.com/_/r-base/
* R : ''Link''
 
   
  +
* Node Red :
And then associate the three images : ''Link tuto ''
 
   
 
And then associate the four images :
  +
  +
** sudo docker-compose up -d
  +
  +
** sudo docker -compose exec node-red car /etc/hosts
  +
  +
** To see the ports associated to the images : sudo docker ps
   
 
== Our docker images ==
 
== Our docker images ==

Revision as of 16:57, 21 March 2017

Our uses of Docker

You can execute this script in order to install Docker : You can find this script on Github. Or find it here : Script Docker Install

Images that we used

  • Node Red :

And then associate the four images :

    • sudo docker-compose up -d
    • sudo docker -compose exec node-red car /etc/hosts
    • To see the ports associated to the images : sudo docker ps

Our docker images

Docker with influxdb + grafana + R

https://hub.docker.com/r/larocher/projets-2016-2017-plateform-analyse-donn-es-iot/