Docker-Anfänger-Problem mit Konfiguration des Netzwerkes -> Docker beginner problem with network configuration

    • Offizieller Beitrag

    Configuration not successful, any errors:

    When you deleted the other container, you need to delete anything you set up with that container, the container, the image, networking, and any config files.


    The config will be where you have pointed the container config too.


    The error is probably related to leftover config files.

  • Yeah, I guess I'm a little too impatient.


    The problems start with the fact that I don't know what kind of processor it is and what kind of operating system the Armbian is (64- or 32-bit).



    Which Kodi Docker image do I need now? 32 bit or 64 bit?


    It's all very hard for me, excuse me.


    The Name from the Machine is BananaPi-M1 . . . or BananaPi A20 . . . am a beginner.

    2 BananaPi, 1 OrangePiPC+, 1 OrangePiPC with OMV 6.0.x

    • Offizieller Beitrag

    lsioarmhf/kodi-headless

    This one.


    The Parameters indicate that the network should be host as the webgui is 8080, but these have to be set up, so to open Kodi in a browser it would be http://<ip address of omv>:8080


    • -p 8080 - webui port
    • -p 9090 - websockets port
    • -p 9777/udp - esall interface port
    • -v /config/.kodi - path for kodi configuration files
    • -e PGID for GroupID - see below for explanation
    • -e PUID for UserID - see below for explanation
    • -e TZ - for timezone information eg Europe/London, etc
  • I'm still doing something wrong.


    The docker container shows "running" for about 1 second, then "dead" and after clicking on "Start" nothing happens...


    I now try the bridge mode ...

    2 BananaPi, 1 OrangePiPC+, 1 OrangePiPC with OMV 6.0.x

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!