ComboStrap DokuWiki In Docker is a docker image that install:
You can:
To get a Dokuwiki server with the Combostrap Starter Site available at http://localhost:8080, execute:
# bash
docker run \
--name dokuwiki \
--rm \
-p 8080:80 \
-e DOKU_DOCKER_GIT_SITE='https://github.com/ComboStrap/site-starter' \
ghcr.io/combostrap/dokuwiki:php8.3-latest
The documentation and source code are available here