Tag: Docker
-
Why Django and Docker
As I progress with my Django projects, I have been looking to Docker to help build, test and deploy the project. Below I describe why I am using Docker, and in future posts, I will document how I use it locally and with AWS. When building a project, I have the following goals: 1) Reduce…