Our doku wiki image/container
2.3K
Uses the Alpine image and sets up a container with dokuwiki installed. Follows build instructions similar to the Alpine Wiki with directory modifications
docker run -p 80:80 hearstat/alpine-dokuwiki
This will store the workspace in /opt/dokuwiki/data. You will probably want to make that a persistent volume (recommended):
docker run -p 80:80 -v /you/path:/opt/dokuwiki/data hearstat/alpine-dokuwiki
or only mount the plugins folder
docker run -p 80:80 -v /you/path:/opt/dokuwiki/lib/plugins hearstat/alpine-dokuwiki
To build the image, do the following:
% docker build github.com/hearstat/docker-alpinedokuwiki
A prebuilt container is available in the docker index.
% docker pull hearstat/alpine-dokuwiki
Content type
Image
Digest
sha256:cecd2aca8…
Size
40.1 MB
Last updated
almost 11 years ago
docker pull hearstat/alpine-dokuwiki