Skip to content

jwater7/docker-django-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

docker-django-wiki

Project to create a django-wiki container.

Description

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.

Usage

sudo docker pull jwater7/django-wiki

Since 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-wiki

to the top of your Dockerfile. See docker-django-wiki-hosted for a good example.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published