Debian Buster (x64)
didiwiki - A small and simple WikiWikiWeb implementation
docker pull fullaxx/didiwiki
Run the image on port 80
docker run -d -p 80:80 fullaxx/didiwiki
Run the image on localhost port 80
docker run -d -p 127.0.0.1:80:80 fullaxx/didiwiki
Run the image on localhost port 8080 saving wikidata to /srv/docker/didiwiki
docker run -d -p 127.0.0.1:8080:80 -v /srv/docker/didiwiki:/wiki fullaxx/didiwiki
docker build -t="fullaxx/didiwiki" github.com/Fullaxx/didiwiki