Technical requirements
In this chapter, we shall discuss how to use Docker with a Django application. We shall not be getting into the details of Docker and containers. We expect you to have a foundational understanding of Docker. The following is expected from you for this chapter:
- An understanding of containers and Docker
- An understanding of how to install Docker on your local system
- Familiarity with accessing Docker development environments
Since we shall not be focusing on the basics and details of Docker, if you are not familiar with the requirements mentioned, please read/revise the concepts of Docker from these books/videos:
- Docker Deep Dive, Second Edition – By Nigel Poulton
- Docker for Developers – By Richard Bullington-McGuire, Andrew K. Dennis, and Michael Schwartz from Packt Publishing
- The Ultimate Docker Container Book, Third Edition – By Dr. Gabriel N. Schenker from Packt Publishing
- A Developer’s Essential...