ok, habs nun ohne docker swarm hinbekommen...
NEWS
Latest posts made by Sky Net
-
RE: ioBroker startet nicht im Hostnetwork im Docker Environment
-
RE: ioBroker startet nicht im Hostnetwork im Docker Environment
mit -p tust nur ports mappen, also wenn du von extern nen anderen port wie intern haben willst z.B.
aber auch diese Einstellungen braucht man nur im Falle dessen, wenn man kein Hostnetwork nimmt -
RE: ioBroker startet nicht im Hostnetwork im Docker Environment
Im Hostnetwork werden ja die ports einfach durchgereicht, die sonst als default im Image hintrlegt sind.
Hier mal mein Befehl ums zu starten, hab auch die standardports schon geändert, ohne Erfolg:
docker run -d --network host --name iobroker -v iobroker_data:/opt/iobroker buanet/iobroker -e "TZ=Europe/Berlin" -e "IOB_STATESDB_PORT=8900" -e "IOB_OBJECTSDB_PORT=8901" -e "IOB_ADMINPORT=8089"
-
ioBroker startet nicht im Hostnetwork im Docker Environment
Hallo allerseits,
ich versuche nun seit Tagen den ioBroker im Hostnetwork (wegen Discovery von Geräten, wie z.b. die Logitech Harmony) zum Laufen zu kriegen. Leider ohne Erfolg.
Wenn ich den ioBroker im Bridge Network laufen lasse, komme ich auf die Weboberfläche.
Sobald ich auf das Hostnetwork wechsle, komme ich nicht mehr auf das WebUI. Das Log sieht für mein Verständnis sauber aus.
Hat jemand ähnliches gehabt und weiß Rat?
Vielen Dank im Voraus.Hier mal noch das Log (die Adapter hab ich installiert wo der ioBroker noch im Bridge network war).
------------------------------------------------------------, --------------- 2020-11-08 14:45:14 ---------------, ------------------------------------------------------------, , ------------------------------------------------------------, ----- Welcome to your ioBroker-container! -----, ----- Startupscript is now running. -----, ----- Please be patient! -----, ------------------------------------------------------------, , ------------------------------------------------------------, ----- Debugging information -----, ----- -----, ----- System -----, ----- arch: armv7l -----, ----- -----, ----- Versions -----, ----- image: v5.0.0 -----, ----- node: v12.19.0 -----, ----- npm: 6.14.8 -----, ----- -----, ----- ENV -----, ----- ADMINPORT: 8081 -----, ----- SETGID: 1000 -----, ----- SETUID: 1000 -----, ------------------------------------------------------------, , ------------------------------------------------------------, ----- Step 1 of 5: Preparing container -----, ------------------------------------------------------------, , Nothing to do here., , ------------------------------------------------------------, ----- Step 2 of 5: Detecting ioBroker installation -----, ------------------------------------------------------------, , Existing installation of ioBroker detected in /opt/iobroker., , ------------------------------------------------------------, ----- Step 3 of 5: Checking ioBroker installation -----, ------------------------------------------------------------, , (Re)Setting folder permissions (This might take a while! Please be patient!)..., Done., , Fixing "sudo-bug" by replacing sudo in iobroker with gosu..., Done., , ------------------------------------------------------------, ----- Step 4 of 5: Applying special settings -----, ------------------------------------------------------------, , Some adapters have special requirements/ settings which can be activated by the use of environment variables., For more information take a look at readme.md on Github!, , ------------------------------------------------------------, ----- Step 5 of 5: ioBroker startup -----, ------------------------------------------------------------, , Starting ioBroker..., , ================================== > LOG REDIRECT system.adapter.admin.0 => true [starting], host.iobroker check instance "system.adapter.admin.0" for host "iobroker", host.iobroker check instance "system.adapter.discovery.0" for host "iobroker", host.iobroker check instance "system.adapter.info.0" for host "iobroker", host.iobroker check instance "system.adapter.alexa2.0" for host "iobroker", host.iobroker check instance "system.adapter.dwd.0" for host "iobroker", host.iobroker check instance "system.adapter.daswetter.0" for host "iobroker", host.iobroker check instance "system.adapter.telegram.0" for host "iobroker", host.iobroker check instance "system.adapter.text2command.0" for host "iobroker", host.iobroker check instance "system.adapter.feiertage.0" for host "iobroker", host.iobroker check instance "system.adapter.harmony.0" for host "iobroker",