1 Reply Latest reply on Feb 13, 2018 10:25 AM by rareddy

    Help with Teiid Docker container

    shiloh.jordan

      I am using Dockerfile provided here - teiid/Dockerfile at master · jboss-dockerfiles/teiid · GitHub

       

      I am able to build my image, and start my docker container.  When my teiid server starts, there is line in stack trace that says admin console listening on http://0.0.0.0:9990

       

      however, I am not able to reach this in browser.  I tried in Chrome and IE.

       

      I have screenshot of stack trace attached.

       

      Any ideas why I cant reach admin console?

       

      Thanks,

      Shiloh

        • 1. Re: Help with Teiid Docker container
          rareddy

          I am afraid you need to investigate and learn about how docker networking and ports work. For simple exposing of docker container port as localhost port use -p 9990:9990 as one of startup parameters when you start the Docker container.