I am using multi container with docker-compse to configure Apache Hadoop HA Cluster.
How to place a script to start namenode service and configure high avaliability after all the containers started. my docker compose contains 5 different services.
Thanks , I am using entrypoint with shell script to start the services. But my docker-compose says creation done before the script mentioned in entry point finishes. how to handle it ?