This repository is deprecated and will no longer be updated or maintined. Please consider using one of these alternatives instead of this repository and the associated docker image
Docker container containing all needed tools to run MarkdownLint. Each container will contain only one version of the MarkdownLint but will contain all additional libraries needed.
There are 2 ways to use this container Interactive and Command mode.
This will drop you into an interactive bash
session.
docker run -it -v /src:/src markdownlint
This will run the supplied command directly.
docker run -v /src:/src markdownlint [command]
docker build -t markdownlint .