RE: Cannot access Storm UI from Docker container with official image on Docker Hub

2021-04-28 Thread Prabhakar, Shashi
container with official image on Docker Hub *External Message* - Use caution before opening links or attachments Hi Shashi, The UI needs to run as a service alongside the ones you already have in your docker-compose. Try adding something like this: ui: image: storm container_name: ui

Re: Cannot access Storm UI from Docker container with official image on Docker Hub

2021-04-28 Thread Julien Nioche
Hi Shashi, The UI needs to run as a service alongside the ones you already have in your docker-compose. Try adding something like this: * ui:image: stormcontainer_name: uicommand: storm ui depends_on: - nimbuslinks: - nimbusrestart: always ports: - 80

Cannot access Storm UI from Docker container with official image on Docker Hub

2021-04-27 Thread Prabhakar, Shashi
Hello everyone, I am trying to get Apache Storm running in a Docker container on my local - using the image and instructions on Docker Hub (https://hub.docker.com/_/storm?tab=description&page=1&ordering=last_updated). I am using "docker-compose up" to bring up the services in the Docker contai