Sign inSign up

hg8496/dokuwiki

By hg8496

•Updated almost 10 years ago

Image
0

1.2K

hg8496/dokuwiki repository overview

⁠docker-dokuwiki

A docker container for dokuwiki.

# create empty volume
docker run -d --name dokuwiki-test-data hg8496/dokuwiki false
# start container
docker run -d --volumes-from dokuwiki-test-data --name dokuwiki-test -p 80:80 hg8496/dokuwiki

Since all important information is in the volume you can backup your instance with

docker run -ti --volumes-from dokuwiki-test-data -v /home/<user>:/backup hg8496/dokuwiki tar czf /backup/backup.tar.gz /opt/dokuwiki

Tag summary

Content type

Image

Digest

sha256:e6b5c74fe…

Size

95.7 MB

Last updated

almost 10 years ago

docker pull hg8496/dokuwiki