Getting ready

First, you will need to install the Docker Engine, following the instructions at https://www.docker.com/get-started. This usually includes the Compose tool, which makes it possible to manage systems that require multiple containers, ideal for a fully isolated Django project. If it is needed separately, installation details for Compose are available at https://docs.docker.com/compose/install/?.