Sign inSign up

dockerpirate/dokuwiki

By dockerpirate

Updated over 5 years ago

for ARM Devices

Image
0

452

dockerpirate/dokuwiki repository overview

DokuWiki

Usage

Create 4 volumes for backups
docker volume create dokuwiki-data 
docker volume create dokuwiki-conf 
docker volume create dokuwiki-tpl 
docker volume create dokuwiki-plugins 

docker run \
    --publish 8100:8080 \
    --name dokuwiki \
    --restart unless-stopped \
    --detach \
    -m 128m \
    dockerpirate/dokuwiki
First Setup

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://localhost/install.php

After that remove install.php from /srv it.

Troubleshooting

If upgrading from v2018, you have to remove old conf and plugins folders

License

The MIT License

Tag summary

Content type

Image

Digest

Size

14.1 MB

Last updated

over 5 years ago

docker pull dockerpirate/dokuwiki