NEWS
IoBroker und Docker wollen nicht so recht
-
Hallo zusammen,
ich wollte ioBroker auf Docker umstellen, leider funktioniert es aktuell nicht so richtig.
Ich bekomme immer ERR_EMPTY_RESPONSE oder connection refused.
Habe folgende Settings:
Settings von https://github.com/phreakazoid/docker-iobroker
Container läuft auch.
Im Container selbst folgendes:
npm -v 6.1.0
node -v v8.11.3
iobroker list instances system.adapter.admin.0 : admin - enabled, port: 8081, bind: 0.0.0.0, run as: admin system.adapter.discovery.0 : discovery - disabled
ps -A | grep " io.*" 1 root 0:00 iobroker.js-controller 75 root 0:00 grep io.*
netstat -n -a -p TCP Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.11:36739 0.0.0.0:* LISTEN - tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 1/iobroker.js-contr tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN 1/iobroker.js-contr tcp 0 0 127.0.0.1:9000 127.0.0.1:34974 TIME_WAIT - tcp 0 0 127.0.0.1:9001 127.0.0.1:39068 TIME_WAIT - tcp 0 0 127.0.0.1:39066 127.0.0.1:9001 TIME_WAIT - tcp 0 0 127.0.0.1:34970 127.0.0.1:9000 TIME_WAIT - tcp 0 0 127.0.0.1:9001 127.0.0.1:39062 TIME_WAIT - tcp 0 0 127.0.0.1:9000 127.0.0.1:34964 TIME_WAIT - tcp 0 0 127.0.0.1:9000 127.0.0.1:34972 TIME_WAIT - udp 0 0 127.0.0.11:44731 0.0.0.0:* - Active UNIX domain sockets (servers and established) Proto RefCnt Flags Type State I-Node PID/Program name Path
wget localhost:8081 Connecting to localhost:8081 (127.0.0.1:8081) wget: can't connect to remote host (127.0.0.1): Connection refused
Jemand noch eine Idee woran es liegen könnte?
Danke.
jack2003
-
Probiert erstmal diesen Container hier welcher Siegerin auch im Forum unterstützt wird:
https://github.com/buanet/docker-iobroker
Sent from my iPhone using Tapatalk