]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
split Docker container content out from Setup
authorJonathan Dowland <jon@dow.land>
Mon, 21 Jun 2021 09:48:45 +0000 (10:48 +0100)
committerJonathan Dowland <jon@dow.land>
Mon, 21 Jun 2021 09:48:45 +0000 (10:48 +0100)
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.

doc/containers.mdwn [new file with mode: 0644]
doc/setup.mdwn

diff --git a/doc/containers.mdwn b/doc/containers.mdwn
new file mode 100644 (file)
index 0000000..4ed39fe
--- /dev/null
@@ -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/).
index 0adcb1a9725252182e6f179e6ce6e3fd54024ca7..8b2334508be6adb2455caa3964a90a2af84634be 100644 (file)
@@ -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 <code><a href="http://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_basic_package_management_operations">apt-get</a> install ikiwiki</code> 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