Apache Storm all-in-one image: zookeeper, nimbus, supervisor, ui and logviewer.
2.6K
apache-storm-dockerfile is a dockerfile to build fmantuano/apache-storm Docker image. For defaults I used defaults.yaml, with some changes.
fmantuano/apache-storm is an all-in-one Apache Storm image that allows you to run a container with:
To use it, create a new instance as usual:
$ sudo docker run --name storm -p 8000:8000 -d fmantuano/apache-storm
Once the docker instance is created, you can control it by running:
$ sudo docker start storm
$ sudo docker stop storm
To exec an interactive shell:
$ sudo docker exec -ti storm /bin/bash
Content type
Image
Digest
Size
362.8 MB
Last updated
over 8 years ago
docker pull fmantuano/apache-storm