Projets-2016-2017-Plateform Analyse Données IOT/Docker: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| 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 : |
||
| Line 15: | Line 14: | ||
* R : https://hub.docker.com/_/r-base/ |
* R : https://hub.docker.com/_/r-base/ |
||
* Node |
* Node-Red + node-red-contrib-influxdb : https://hub.docker.com/r/larocher/projets-2016-2017-plateform-analyse-donn-es-iot/ |
||
Start the four images together : |
|||
* go in the folder containing docker-compose.yaml |
|||
* sudo docker-compose up -d |
* sudo docker-compose up -d |
||
* sudo docker |
* sudo docker-compose exec node-red cat /etc/hosts |
||
* To see the ports associated to the images : sudo docker ps |
* 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/ |
|||
Revision as of 18:21, 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
- InfluxDB : https://hub.docker.com/_/influxdb/
- Node-Red + node-red-contrib-influxdb : https://hub.docker.com/r/larocher/projets-2016-2017-plateform-analyse-donn-es-iot/
Start the four images together :
* go in the folder containing docker-compose.yaml
* 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