Docker image for ioBroker (http://iobroker.net) based on debian:latest (http://hub.docker.com/_/debian/)
This project creates a Docker image for running ioBroker in a Docker container. It is made for and tested on a Synology Disk Station 1515+ with DSM 6 and Docker-package installed. But it should also work on other systems with Docker!
Switching an existing installation from docker-iobroker-image v1 to v2 or greater means switching iobroker itself from node6 to node8! This requires additional steps inside ioBroker! After upgrading iobroker-container you have to call "reinstall.sh" for recompiling your installation for the use with node8. For Details see official ioBroker-documentation (http://www.iobroker.net/docu/?page_id=8323&lang=de). Make backup first!!!
Also versions greater than 2.0.0 do no longer support running in host-mode on Synology-devices! Please use bridged or macvlan mode. Tutorial will be updated as soon as possible!
A detailed tutorial (german) can be found here: https://buanet.de
For discussion and support please visit ioBroker-forum-thread or use the comments section at the linked tutorial. Please do not contact me directly for any support-reasons. Every support-question should be answered in a public place. Thank you.
In versions greater than 2.0.0 (actual beta) I added some new features. The following will give some short information about that.
env | value | description |
---|---|---|
PACKAGES | package1 package2 package2 | seperateed by whitespace; will install the listed packages on startup (be paitient, this may take some time!) |
AVAHI | true | will install and activate avahi-daemon for supporting yahka-adapter |
It is now possible to mount an empty folder to /opt/iobroker during first startup of the container. The Startupscript will check this folder and restore content if empty.
It is absolutely recommended to use a mounted folder or persistent volume for /opt/iobroker folder!
This also works with mounting a folder containing an existing ioBroker-installation (e.g. when moving an existing installation to docker).
- added ENV to dockerfile
- added EXPOSE for admin
- final testing
- added support for env variables "avahi" and "packages"
- moving avahi-daemon installation into avahi startup script
- added script for installing optional packages
- optimizing logging output
- added support for running ioBroker under iobroker user
- optimizing logging output
- optimizing scripts
- optimizing and rearraged dockerfile
- changes for new ioBroker install script
- added restoring for empty mounted /opt/iobroker folder
- some more small fixes
- some changes for supporting other docker-environments than synology ds
- using node8 instead of node6
- changes for new iobroker setup
- added support for firetv-adapter
- after testing making 1.1.3beta to latest stable release
- added ffmpeg-package for yahka to support webcams
- added ENV for timezone issue
- added wget package
- updated readme.md
- changed startup call to fix restart issue
- fixed avahi startup issue
- fixed hostname issue
- added z-wave support
- added logging to /opt/scripts/docker_iobroker_log.txt
- fixed locales issue
- moved and renamed iobroker startup script
- disabled iobroker deamon to (hopefully) fix restart issue
- added some maintenance scripts
- added libfontconfig package (for iobroker.phantomjs)
- added gnupg2 package as prerequisite for installing node version 6
- fixed startup issue in startup.sh
- changed node version from 4 to 6
- added libpcap-dev package (for iobroker.amazon-dash)
- added git package
- moved avahi-start.sh to seperate directory
- fixed timezone issue (sets now timezone to Europe/Berlin)
- added support for avahi-daemon (installation and autostart)
- project started / initial release
MIT License
Copyright (c) 2017 Andre Germann
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Inspired by https://github.com/MehrCurry/docker-iobroker