Skip to content

plutec/django-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work in progress

Install docker-ce

https://docs.docker.com/install/

Install django-docker

pip install django-docker
  1. Add "docker" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'docker', ]

  2. Run python manage.py runserver to check the project works correctly.

  3. Run python manage.py docker_all to create the Dockerfile, create the image and run it (all-in-one)

  4. Visit http://127.0.0.1:9090/admin/ to check all is working correctly.

Django version supported

Tested with django 1.11, others under study/development.

Web server

Apache2 supported, nginx under development

App server

WSGI supported, gunicorn under development

TODO List

[] Nginx [] Gunicorn [] SSL [] Database configuration [] Support for Django 2.x / python3

About

Django app to create Docker images using your project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published