2019-10-16 17:44:06 +01:00
|
|
|
[](https://travis-ci.org/garethflowers/mediawiki-ldap) [](https://microbadger.com/images/garethflowers/mediawiki-ldap) [](https://microbadger.com/images/garethflowers/mediawiki-ldap) [](https://store.docker.com/community/images/garethflowers/mediawiki-ldap)
|
|
|
|
|
|
|
|
# MediaWiki with LDAP
|
|
|
|
|
|
|
|
A MediaWiki installation with LDAP extensions.
|
|
|
|
|
|
|
|
## How to use this image
|
|
|
|
|
|
|
|
### Start a MediaWiki Server instance
|
|
|
|
|
|
|
|
To start a container use the following:
|
|
|
|
```sh
|
|
|
|
docker run \
|
|
|
|
--name my-mediawiki-ldap \
|
|
|
|
--detach \
|
|
|
|
--publish 80:80 \
|
|
|
|
garethflowers/mediawiki-ldap
|
|
|
|
```
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
* MediaWiki is released under the [GNU GPLv2 License](https://phabricator.wikimedia.org/source/mediawiki/browse/master/COPYING).
|
|
|
|
* This image is released under the [MIT License](https://raw.githubusercontent.com/garethflowers/docker-mediawiki-ldap/master/LICENSE).
|