From: Jonathan Dowland Date: Mon, 21 Jun 2021 09:48:45 +0000 (+0100) Subject: split Docker container content out from Setup X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/2f16954c37a694c73d2d6367a6f686bafbf46b10 split Docker container content out from Setup The setup page has periodically listed one or more of the unofficial containers of IkiWiki. Now there are at least three, move their description out to a separate page. --- diff --git a/doc/containers.mdwn b/doc/containers.mdwn new file mode 100644 index 000000000..4ed39feae --- /dev/null +++ b/doc/containers.mdwn @@ -0,0 +1,18 @@ +There are at least three unofficial container distributions of IkiWiki: + + * [dgsb/ikiwiki](https://hub.docker.com/r/dgsb/ikiwiki/) + ([source on GitHub](https://github.com/dgsb/docker-ikiwiki)), + based on Debian Stretch, lighttpd and an internal ssh server + + * [ankitrgadiya/ikiwiki](https://hub.docker.com/r/ankitrgadiya/ikiwiki) + ([source on GitHub](https://github.com/ankitrgadiya/docker-ikiwiki/)), + based on Debian stable and nginx, + by [[users/ankit]], + last updated 2018 + + * [opinionated-ikiwiki](https://quay.io/repository/jdowland/opinionated-ikiwiki) + ([source on GitHub](https://github.com/jmtd/opinionated-ikiwiki/)), + based on Debian 10, and lighttpd, + by [[users/Jon]] + +These can be used with a container runtime such as [Docker](https://www.docker.com/). diff --git a/doc/setup.mdwn b/doc/setup.mdwn index 0adcb1a97..8b2334508 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -7,9 +7,7 @@ This tutorial will walk you through setting up a wiki with ikiwiki. If you're using Debian or Ubuntu, ikiwiki is an apt-get install ikiwiki away. If you're not, see the [[download]] and [[install]] pages. -You may also want to try out a sandboxed [[Docker image|https://github.com/dgsb/docker-ikiwiki]] -with ikiwiki pre-installed which will use a volume to access a local git repository -for the wiki content. +You may also want to try out IkiWiki in a [[container|containers]]. ## Create your wiki