Db2

 View Only
  • 1.  Data Management Console on Windows Docker environment

    Posted Mon November 07, 2022 12:20 PM
    Just installed DMC on a  docker container on my windows laptop.  Finally got the repro db created and the dmc container up and running.  However I am unable to connect to the web console.  I keep getting "502 Bad Gateway" in my browser.  I am using https://localhost:11081/console   Any suggestion as to how to resolve this issue?

    ------------------------------
    Dale McInnis
    ------------------------------

    #Db2


  • 2.  RE: Data Management Console on Windows Docker environment

    Posted Wed November 09, 2022 03:19 AM
    Hi Dale,
    Could you post the docker log info about that error here please? Thanks.

    ------------------------------
    fei fan
    ------------------------------



  • 3.  RE: Data Management Console on Windows Docker environment

    Posted Wed November 09, 2022 08:32 AM
    Edited by System Fri January 20, 2023 04:51 PM
    I finally got it to work
    The IP address that is given internally to the pod is what DMC will be looking for, not localhost.
    This is obtain by issuing:
    docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' mydb2

    ------------------------------
    Dale McInnis
    ------------------------------