From Setup to Deployment: Running a Flask App in Docker on Mac
Download Docker
Docker Images
Docker Images are the templates (blueprint) of the project
Images can not be updated it's read-only
It has Source code, Libraries, external dependencies, tools etc.
Docker Containers
Containers are the running inst...
rajnishspandey.hashnode.dev3 min read