A minimal mdl image, with custom rules related to WPE standards, useful for linting markdown files.
Example:
docker run --rm -v pwd:/workspace wpengine/mdl /workspace
If run from a directory with a .mdlrc configuration file, it will not be picked up automatically by mounting the directory/file when running. There is already a .mdlrc file in the image, so it only needs to be overridden to work correctly.
docker run --rm -v `pwd`:/workspace -v /full/path/to/.mdlrc:/mdl/.mdlrc wpengine/mdl /workspace
Content type
Image
Digest
sha256:f8a0ce94e…
Size
23.2 MB
Last updated
about 2 months ago
docker pull wpengine/mdl