You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Miroslav Prasil 2e60027e57 File rename 10 years ago
Dockerfile Initial import 10 years ago
README.md File rename 10 years ago
dokuwiki.conf Initial import 10 years ago

README.md

DokuWiki docker container

To run image:

docker run -d -p 80:80 --name my_wiki mprasil/dokuwiki

You can now visit the install page to configure your new DokuWiki wiki.

For example, if you are running container locally, you can acces the page in browser by going to http://127.0.0.1/install.php

Build your own

docker build -t my_dokuwiki .