Container to run MediaWiki's Parsoid
2.8K
MediaWiki uses its custom Parsoid service as part of its new WYSIWYG, VisualEditor. This is a simple container to run an instance of it.
Example:
docker run
-p 8000:8000
-v ./data:/data
benhutchins/parsoid
When you startup the container, it'll create a config.yaml file based on the
example file from Parsoid.
Check out benhutchins/docker-mediawiki.
Content type
Image
Digest
sha256:5ee4ea1aa…
Size
277.1 MB
Last updated
over 8 years ago
docker pull benhutchins/parsoid