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

From air
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= Our uses of Docker =
 
= Our uses of Docker =
 
   
 
You can execute this script in order to install Docker :
 
You can execute this script in order to install Docker :
  +
You can find this script on Github.
[[File:Docker.sh|Script docker]]
 
  +
Or find it here :
  +
[[Projets-2016-2017-Plateform_Analyse_Donn%C3%A9es_IOT/scriptdocker| '''Script Docker Install''']]
   
 
== Images that we used ==
 
== Images that we used ==
   
* InfluxDB : ''Link''
+
* InfluxDB : https://hub.docker.com/_/influxdb/
  +
  +
* Grafana : https://hub.docker.com/r/grafana/grafana/
   
  +
* R : https://hub.docker.com/_/r-base/
* Grafana : ''Link''
 
   
 
* Node-Red + node-red-contrib-influxdb : https://hub.docker.com/r/larocher/projets-2016-2017-plateform-analyse-donn-es-iot/
* R : ''Link''
 
   
And then associate the three images : ''Link tuto ''
+
Start the four images together :
   
  +
* go in the folder containing docker-compose.yaml and use the following commands
   
== Our docker images ==
+
sudo docker-compose up -d
   
  +
sudo docker-compose exec node-red cat /etc/hosts
Docker with influxdb + grafana + R
 
   
  +
* To see the ports associated to the images :
https://hub.docker.com/r/larocher/projets-2016-2017-plateform-analyse-donn-es-iot/
 
  +
sudo docker ps

Latest revision as of 20:23, 23 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

Start the four images together :

  • go in the folder containing docker-compose.yaml and use the following commands
 sudo docker-compose up -d
 sudo docker-compose exec node-red cat /etc/hosts
  • To see the ports associated to the images :
 sudo docker ps