Sign inSign up

fmantuano/apache-storm

By fmantuano

•Updated about 8 years ago

Apache Storm all-in-one image: zookeeper, nimbus, supervisor, ui and logviewer.

Image
0

2.6K

fmantuano/apache-storm repository overview

Build Status

⁠apache-storm-dockerfile

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:

  • Zookeeper
  • Nimbus
  • Supervisor
  • Storm UI on port 8080
  • Storm logviewer on port 8000

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

Tag summary

Content type

Image

Digest

Size

362.8 MB

Last updated

over 8 years ago

docker pull fmantuano/apache-storm