ComboStrap DokuWiki In Docker
About
ComboStrap DokuWiki In Docker is a docker image that install:
- and a ComboStrap Website instance (by default)
Usage
You can:
- develop a website locally (ie on your desktop) and publish it remotely
- or install a DokuWiki Instance for:
- team documentation collaboration
- knowledge base development
Example
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
Documentation
The documentation and source code are available here