November 25, 20178 yr Hi, i want to run the iobroker (http://www.iobroker.net/docu/?lang=en/) as Doker on my Unraid server. Unfortunately i just found a few on Dokerhub but nothing special for unraid So i triedhttps://hub.docker.com/r/buanet/iobroker/ &https://hub.docker.com/r/athalis/iobroker/ I can install both without an error....but none of them is working....app starts and stops after a few seconds. Has anyone a working iobroker Doker and can share his configuration???? Thanks
November 25, 20178 yr 24 minutes ago, f451 said: Hi, i want to run the iobroker (http://www.iobroker.net/docu/?lang=en/) as Doker on my Unraid server. Unfortunately i just found a few on Dokerhub but nothing special for unraid So i triedhttps://hub.docker.com/r/buanet/iobroker/ &https://hub.docker.com/r/athalis/iobroker/ I can install both without an error....but none of them is working....app starts and stops after a few seconds. Has anyone a working iobroker Doker and can share his configuration???? Thanks In the apps tab, under settings enable dockerHub searches Search for iobroker (and click the dockerhub button to get more results) On the list that'll appear, add the official version (author: iobroker) that comes up CA will convert the dockerfile and then give you the template. Remove the path entry for /opt/..... (if you don't do this, the container won't start) Change the webUI entry to be http://[IP]:[PORT:8081] ( need to hit advanced in the top right for this) Install it and you should be done (it at least brought up the UI for me) This is the resulting XML: after doing the above <?xml version="1.0"?> <Container version="2"> <Name>iobroker</Name> <Repository>iobroker/iobroker</Repository> <Registry>https://hub.docker.com/r/iobroker/iobroker/~/dockerfile/</Registry> <Network>bridge</Network> <MyIP/> <Privileged>false</Privileged> <Support>https://hub.docker.com/r/iobroker/iobroker/</Support> <Overview>This is docker version of ioBroker Home-Automation platform. [b]Converted By Community Applications[/b]</Overview> <Category/> <WebUI>http://[IP]:[PORT:8081]</WebUI> <TemplateURL/> <Icon>https://github.com/Squidly271/community.applications/raw/master/source/community.applications/usr/local/emhttp/plugins/community.applications/images/question.png</Icon> <ExtraParams/> <PostArgs/> <DateInstalled>1511631460</DateInstalled> <Description>This is docker version of ioBroker Home-Automation platform. [b]Converted By Community Applications[/b]</Description> <Networking> <Mode>bridge</Mode> <Publish> <Port> <HostPort>8081</HostPort> <ContainerPort>8081</ContainerPort> <Protocol>tcp</Protocol> </Port> <Port> <HostPort>8082</HostPort> <ContainerPort>8082</ContainerPort> <Protocol>tcp</Protocol> </Port> <Port> <HostPort>8083</HostPort> <ContainerPort>8083</ContainerPort> <Protocol>tcp</Protocol> </Port> <Port> <HostPort>8084</HostPort> <ContainerPort>8084</ContainerPort> <Protocol>tcp</Protocol> </Port> </Publish> </Networking> <Data/> <Environment/> <Config Name="Host Port 1" Target="8081" Default="8081" Mode="tcp" Description="Container Port: 8081" Type="Port" Display="always" Required="true" Mask="false">8081</Config> <Config Name="Host Port 2" Target="8082" Default="8082" Mode="tcp" Description="Container Port: 8082" Type="Port" Display="always" Required="true" Mask="false">8082</Config> <Config Name="Host Port 3" Target="8083" Default="8083" Mode="tcp" Description="Container Port: 8083" Type="Port" Display="always" Required="true" Mask="false">8083</Config> <Config Name="Host Port 4" Target="8084" Default="8084" Mode="tcp" Description="Container Port: 8084" Type="Port" Display="always" Required="true" Mask="false">8084</Config> </Container> Edited November 25, 20178 yr by Squid
November 25, 20178 yr Author Thanks, don’t tried that version because last change was 9 month ago...shit Lesson learned Many thanks for spending your time!
November 25, 20178 yr Probably the same thing would work for the other versions. If in doubt, I tend to go for official versions
September 6, 20187 yr Hi, a friend and I tried the very same thing on the current Unraid 6.5.3 with very limited success. We cannot connect to the WebUI. Opening a console of the docker shows that IObroker itself should run fine, according to this guide: http://www.iobroker.net/docu/?page_id=5100&lang=en . All checks are ok. Seems there is something wrong with the port mapping or -forwarding. Can someone please check and help? Thanks in advance! Btw: other dockers are working fine on both our machines. Edited September 6, 20187 yr by Oppaunke wording
January 8, 20197 yr On 9/6/2018 at 8:41 PM, Oppaunke said: Hi, a friend and I tried the very same thing on the current Unraid 6.5.3 with very limited success. We cannot connect to the WebUI. Opening a console of the docker shows that IObroker itself should run fine, according to this guide: http://www.iobroker.net/docu/?page_id=5100&lang=en . All checks are ok. Seems there is something wrong with the port mapping or -forwarding. Can someone please check and help? Thanks in advance! Btw: other dockers are working fine on both our machines. Do you found a solution?
June 7, 20206 yr @Squid Hi Please could add some more hits how to run it? Ive picked https://hub.docker.com/r/iobroker/iobroker/ 2y old Then i added even more Ports: But still not loading the WebUI Tried also https://hub.docker.com/r/buanet/iobroker/ which seems more recent / updated, but the same problem. Thanks
June 17, 20206 yr Hi guys, I was messing around with ioBroker aswell and found that the container https://hub.docker.com/r/duffbeer2000/iobroker/ was working for me, it hasn't been updated for 8 month as of today, but still better then nothing. Based on the Description in DockerHub I added the following variables: Hope this helps!
June 17, 20206 yr Hi Thanks for the reply, i got it working few days ago with help of one user in unraid Discord channel. Problem was that the default "latest" repo wasn't working, soon as i added "beta" all good and is pretty recent also https://hub.docker.com/r/buanet/iobroker/
January 18, 20215 yr ...now available in CA: https://forums.unraid.net/topic/101016-support-buanet-iobroker/?tab=comments#comment-932115&searchlight=1
Archived
This topic is now archived and is closed to further replies.