Copy of https://hub.docker.com/r/ankitrgadiya/ikiwiki/ to remove external points of failure.
10K+
This Docker image is supposed to be used with Nginx-Proxy <https://hub.docker.com/r/jwilder/nginx-proxy/>_.
Docker Hub <https://hub.docker.com/r/ankitrgadiya/ikiwiki/>_
.. code-block:: bash
$ docker pull ankitrgadiya/ikiwiki
Nginx-Proxy <https://hub.docker.com/r/jwilder/nginx-proxy/>_.. code-block:: bash
$ docker run \
--name ikiwiki \
-v /path/to/wiki:/wiki \
-d \
-e VIRTUAL_HOST=domain.wiki \
ankitrgadiya/ikiwiki
.. code-block:: bash
$ docker run \
--name ikiwiki \
-v /path/to/wiki:/wiki \
-p 80:80 \
-d \
ankitrgadiya/ikiwiki
.. warning:: Standalone image does not support SSL so I recommend using it with Nginx-Proxy.
Content type
Image
Digest
Size
361.7 MB
Last updated
over 8 years ago
docker pull pdxhub/ikiwiki