mickzeller / django-docker

Demo Django App using Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-docker

Docker image that can be used as a platform for a django app. Unlike the repo this was forked from, this doesn't contain a django app in the image.

Dockerfile

Use this to build a new image

$ sudo docker build .

With a tag for easier reuse

$ sudo docker build  -t <your username>/django-docker .

About

Demo Django App using Docker