architecture - Best way to execute command line type tasks from a Web App -


i trying build web application allows configure details , spins set of servers using puppet , docker etc.

the puppet/docker part working. know need way run command line command start these tasks web app when clicks 'start'.

what best way run these type of tasks web app?

make shell script of run commands , initialize container using it. see commonly referred docker-entrypoint.sh or entrypoint.sh file. see cassandra repo example of this.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -