Python and apache-storm were added to efung/raspbian-java8 to create this image.
895
To run this docker image to check the apache-storm version, type "docker run --rm -it efung/raspbian-storm".
To run this docker image to create a storm-nimbus, type the following command lines:
docker run --rm -it -p 6627:6627 -p 3722:3722 -p 3723:3723
efung/raspbian-storm nimbus
-c storm.local.hostname=hostname -i
-c nimbus.seeds="["hostname -i"]"
-c storm.zookeeper.servers="["hostname -i"]"
To run this docker image to create a storm-supervisor, type the following command lines:
docker run --rm -it -p 6700:6700 efung/raspbian-storm supervisor
-c storm.local.hostname="hostname -i"
-c nimbus.seeds="["ip-address-of-nimbus"]"
-c storm.zookeeper.servers="["ip-address-of-zookeeper"]"
-c supervisor.slots.ports="[6700]"
To run this docker image to create a storm-ui, type the following command lines:
docker run --rm -it -p 8080:8080 efung/raspbian-storm ui
-c storm.local.hostname="hostname -i"
-c nimbus.seeds="["hostname -i"]"
-c storm.zookeeper.servers="["hostname -i"]"
Content type
Image
Digest
Size
314.8 MB
Last updated
over 9 years ago
docker pull efung/raspbian-storm