Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tswicegood/docker-django
https://github.com/tswicegood/docker-django
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tswicegood/docker-django
- Owner: tswicegood
- Created: 2014-08-06T21:41:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-06T21:42:48.000Z (over 10 years ago)
- Last Synced: 2024-04-14T14:50:13.364Z (7 months ago)
- Language: Shell
- Size: 105 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-django
Simple container for running [django][] 1.6.5.## Usage
This runs Django 1.6.5 via [gunicorn][] using the [gunicorn container][]. It
defaults to running an application called `project.wsgi:application` which
happens to be the default generated by `django-admin.py startproject project`.```bash
docker run --publish-all -v /path/to/django-project:/app tswicegood/django
```Note, this exposes port 8000.
[django]: https://www.djangoproject.com/
[gunicorn]: http://gunicorn.org/
[gunicorn container]: https://registry.hub.docker.com/u/tswicegood/gunicorn/