Programming

Docker + Flask | Dockerizing a Python API

Billy Bonaros
Towards AI

--

Docker containers are one of the hottest trends in software development right now. Not only it makes it easier to create, deploy and run applications but by using containers you are confident that your application will run on any machine regardless of anything that may differ from yours that you created and tested the code.

--

--