- Django 2 Web Development Cookbook
- Jake Kronika Aidas Bendoraitis
- 56字
- 2021-06-10 19:31:17
Getting ready
First, you will need to install the Docker Engine, following the instructions to be found at https://www.docker.com/get-started. This usually includes the Compose tool, which makes it simple to manage systems that require multiple containers, ideal for a fully isolated Django project. If needed, installation details for Compose are available at https://docs.docker.com/compose/install/.