PR #2. What I learnt dockerizing a Flask app.
Containerization is an important part of software development. It helps to create an isolated and stable environment for our codes to run in. Docker is the most popular containerization software out there. This is why "dockerizing" an app is synonym...
Oct 7, 20216 min read157
