$ mv bin/environment.sh.example bin/environment.sh
#bin/environment.sh:
#! /bin/bash
export DOCKER_IMAGE=wobbly-backend-image
export DJANGO_SECRET_KEY= <Django secret key # (generate <= 32 characters)>
export DEBUG=True
$ chmod +x ./bin/*.sh
$ source bin/environment.sh
$ bin/build-docker.sh -d
$ bin/start-docker.sh -d
Once it starts up the IP address and port will be displayed. Opening a browser to the address will connect you sto the DJango server.