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
Post a Comment