https://github.com/francescou/docker-for-iot
Docker for Internet of Things
https://github.com/francescou/docker-for-iot
docker iot mqtt raspberrypi
Last synced: 2 months ago
JSON representation
Docker for Internet of Things
- Host: GitHub
- URL: https://github.com/francescou/docker-for-iot
- Owner: francescou
- License: mit
- Created: 2017-01-29T09:35:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-29T10:17:26.000Z (over 9 years ago)
- Last Synced: 2025-06-09T04:39:39.896Z (about 1 year ago)
- Topics: docker, iot, mqtt, raspberrypi
- Language: Lua
- Size: 327 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-for-IoT
Docker for Internet of Things
## modules
- **fluentd** fluentd docker image for ARM
- **grafana** metrics dashboard
- **influxdb** time series database
- **mqtt-broker** mosca docker image for ARM
- **nodemcu-ldr** lua code to run on NodeMCU ESP8266. Publish LDR sensor data on MQTT
- **nodemcu-rgb** lua code to run on NodeMCU ESP8266. Subscribe to MQTT *sensors/ldr* and *status/switch* topics, then automatically adapt the light color
- **spy** monitor light value using websockets
- **switch** light switch web application
- **telegraf** metrics collector
- **traefik** dynamic reverse proxy
### overlay network
```
docker network create \
--driver overlay \
--subnet 10.0.9.0/24 tick
```