mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-07 16:32:56 +02:00
release new stable
This commit is contained in:
12
README.md
12
README.md
@@ -1,14 +1,12 @@
|
|||||||
# docker-iobroker
|
# docker-iobroker
|
||||||
Docker image for ioBroker (http://iobroker.net) based on debian:latest (http://hub.docker.com/_/debian/)
|
Docker image for ioBroker (http://iobroker.net) based on debian:stretch (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 (Normally I do a small additional test on my Debian-VM with Docker CE)!
|
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 installed!
|
||||||
|
|
||||||
## Important
|
## Important
|
||||||
|
|
||||||
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!!!
|
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!!!
|
||||||
|
|
||||||
At the moment v3.0.0 does no longer support running in host-mode on Synology-devices because of a kernel issue in actual DSM-kernel! Please use bridged or macvlan mode. For details see new tutorial linked in the following.
|
|
||||||
|
|
||||||
## Installation & Usage
|
## Installation & Usage
|
||||||
|
|
||||||
A detailed tutorial (german, based on new v3.0.0) can be found here: [https://buanet.de](https://buanet.de/2019/05/iobroker-unter-docker-auf-der-synology-diskstation-v3/). Please notice that the old tutorial does no longer work!
|
A detailed tutorial (german, based on new v3.0.0) can be found here: [https://buanet.de](https://buanet.de/2019/05/iobroker-unter-docker-auf-der-synology-diskstation-v3/). Please notice that the old tutorial does no longer work!
|
||||||
@@ -40,10 +38,14 @@ This also works with mounting a folder containing an existing ioBroker-installat
|
|||||||
|
|
||||||
### Permission Fixer
|
### Permission Fixer
|
||||||
|
|
||||||
I added some code for fixing permissions for new iobroker-user. Permission-fixing is called on first start of the container. This might take a few minutes. Please be patient!
|
I added some code for fixing permissions for new iobroker-user. Permission-fixing is called on first start of the container. This might take a few minutes. Please take a look at the logs and be patient!
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### v3.1.0 (2019-08-21)
|
||||||
|
* switching base image from "debian:latest" to "debian:stretch"
|
||||||
|
* bringing beta changes to stable
|
||||||
|
|
||||||
### v3.0.2beta (2019-06-13)
|
### v3.0.2beta (2019-06-13)
|
||||||
* using gosu instead of sudo
|
* using gosu instead of sudo
|
||||||
* changing output of ioBroker logging
|
* changing output of ioBroker logging
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ dati=`date '+%Y-%m-%d %H:%M:%S'`
|
|||||||
# Information
|
# Information
|
||||||
echo ''
|
echo ''
|
||||||
echo '----------------------------------------'
|
echo '----------------------------------------'
|
||||||
echo '----- Image-Version: 3.0.2beta -----'
|
echo '----- Image-Version: 3.1.0 -----'
|
||||||
echo '----- '$dati' -----'
|
echo '----- '$dati' -----'
|
||||||
echo '----------------------------------------'
|
echo '----------------------------------------'
|
||||||
echo ''
|
echo ''
|
||||||
|
|||||||
Reference in New Issue
Block a user