Hi @Nagesh_Nagpal - just to check, along with @marc’s ideas about checking the docker container is running, that you have the port mapped from your container to the host? Look for options in your docker commands that look like “-p 8080:8080”. “docker inspect” will tell you what your container options are.