Docker container containing all needed tools to run Markdown Lint. Each container will contain only one version of the Markdown Lint 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 markdown-lint
This will run the supplied command directly.
docker run -v /src:/src markdown-lint [command]
docker build -t markdown-lint .