ioBroker based on Debian Stretch (slim image)
6.5K
This is an automated build based on Debian Stretch (slim image) to bring ioBroker to Docker environments (like NAS or home servers).
Features:
Example docker-compose.yml:
version: '2.3'
services:
iobroker:
image: trasrik/iobroker
hostname: iobroker
networks:
- default
volumes:
- ./iobroker:/opt/iobroker
- ./iobroker_backup:/otp/iobroker_backup
expose:
- "8081"
- "8082"
- "9000"
- "9001"
ports:
- "8081:8081"
- "8082:8082"
- "9000:9000"
- "9001:9001"
restart: always
This is still work in progress. Use on your own risk.
Content type
Image
Digest
Size
225.7 MB
Last updated
almost 8 years ago
docker pull trasrik/iobroker