Build multiple container applicatoin
May 28, 2021, 1:50 p.m.
Short Description :
Explain how to build multiple container application
source : datak
<p>We went through single container CICD from previous blogs. However, there are couple of bit ticket items that needs to be clarified in terms of its restrictions;</p><ol><li>The app is simple and does not have outside dependencies : The app does not have app and server at the same time in a same container</li><li>Image is built using web server in travis which we would not prefer them to build but focus on hosting web app</li><li>How the app connect to database? API?</li></ol>
<< Back to Blog Posts
Back to Home
Related Posts
Docker 101 : Basic Commands
Nov 28 2020
Basic commands for docker operation, such as build, run, and going into container etc.