Useless bash script?

Hey!

I’m creating my first webapp. I know a lot about python, bash, and a few about a lot… While doing some tutorials, I am creating a bash script which look like a tutorial but, also, can be executed to recreate exaclty the same environment with a lot of parameters to gain time when creating another webapp with similar needs.

This morning, I questionned myself : is it really usefull to create a bash script since, maybe, I can just duplicate the container to create another similar app?

If one can enlight me about that :slight_smile:

I love so much bash to automate tasks­… maybe it blinds me.

Thanks

SL

Without more details it is hard to see the big picture for any suggestion. Docker will not solve you everything. Sometimes you need some scripts to extend the capabilities of Docker.