Working through the Django tutorial A Complete Beginner's Guide to Django. I also used the guides Get started with Docker Compose and Quickstart: Compose and Django to set up a Docker container for doing development work.
docker-compose up -d
to start the services running in the background.docker-compose stop
to stop the services.docker-compose down --volues
to remove containers, including the data volume used by the Redis container.