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
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
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