/docker-django

:rocket: Starting point for a Django app running on Docker

Primary LanguagePythonMIT LicenseMIT

Using Docker with Django

This is a base Django project that uses Docker, it can be used as a starting point for a new project.

Screenshot

After building the project you'll get:

Getting started

To get started you first have to download Docker Toolbox and get it running. Once you get it installed open the terminal and issue the following commands.

# Clone the repo.
https://github.com/PabloVallejo/docker-django.git && cd django-docker

# Build project.
docker-compose build

# Run the project.
docker-compose up

Caveats

  • Make sure you have Docker Quickstart Terminal initialized