Project to create a django-wiki container.
This container has a bare installation of django-wiki. It does not provide the actual web service, see the django-wiki-hosted project for an instance of a simple django wiki web service using the container.
sudo docker pull jwater7/django-wikiSince this is a library only, you'll probably want to base a container on this that hosts your version of the wiki. To do this, add
FROM jwater7/django-wikito the top of your Dockerfile. See docker-django-wiki-hosted for a good example.