I had complete distributed setup of my components in Centos 6.5.
Components are Spring XD, Zookeeper, Kafka, Hadoop, Cassandra, Mongo and Spark. This setup is working fine in my local environment with three step process.
We did this setup with shell scripts, and there are several shell scripts.
I want to create a Docker image for the same setup.
Is it possible to create an image without again re-installing and config stuff in Docker?