Skip to content

nutso/django-setup-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-setup-notes

Notes on using mod_wsgi Docker container to host Django

  • Use the onbuild-tagged upstream container, otherwise things don't actually run
  • The .whiskey directory is where the configuration actually takes place

Build and run

docker build -t my-test-django .

docker run -dit -p 8000:80 --name test-django my-test-django

Verify

http://[localhost]:8000

Refs

About

Notes on using mod_wsgi Docker container to host Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages