Containerization of a flask application

Introduction to Flask Containerization: Hello Coders, in this article we shall explore process to containerize a flask application. This is important because the process of containerization is more or less same for other applications. Process of Conterization(theory): At high level, first we shall build a flask application. Then we shall try to contanerize the same application using docker file and docker engine. However, there is a similar article in this my blog, where I have first created a container and build a python application in the container. Therefore, we can assume that, here we are trying to achieve the reverse

Read More