Sign inSign up

nickstenning/mediawiki

By nickstenning

Updated over 10 years ago

A self-contained instance of MediaWiki v1.21.2 with data volume support.

Artifact
8

100K+

nickstenning/mediawiki repository overview

MediaWiki

This image contains a basic installation of MediaWiki v1.21.2, powered by nginx and php-fpm. When first run, the container will not contain a LocalSettings.php and you can run the MediaWiki installer to configure your wiki:

CONFIG_CONTAINER=$(docker run -d nickstenning/mediawiki)

At the end of this process you can place the resulting LocalSettings.php in a directory on the host (say, /data/wiki) and restart the container to obtain a fully-configured MediaWiki installation.

docker stop $CONFIG_CONTAINER
docker run -v /data/wiki:/data -d nickstenning/mediawiki

If you already have a LocalSettings.php from a previous MediaWiki installation, you can simply skip the first step.

By default, MediaWiki uploads will also be written to the images/ directory of the mounted data volume. This directory will be created if necessary on startup.

Technical details

For more information, see the repository.

Tag summary

Content type

Unrecognized

Digest

sha256:3a2cc943e

Size

196.6 MB

Last updated

over 10 years ago

docker pull nickstenning/mediawiki