I want to setup some configuration when my container starts, for this I am using shell scripts. But my container will exits as soon as my scripts ends, I have tried with -d
CMD bash -C '/path/to/start.sh';'bash'