devpow112 / docker-markdownlint

:warning: Docker container containing all needed tools to run Markdownlint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 MarkdownLint (🚨 Unmaintained 🚨)

License Release

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.

Usage

There are 2 ways to use this container Interactive and Command mode.

Interactive

This will drop you into an interactive bash session.

docker run -it -v /src:/src markdownlint

Command

This will run the supplied command directly.

docker run -v /src:/src markdownlint [command]

Building

docker build -t markdownlint .

About

:warning: Docker container containing all needed tools to run Markdownlint

License:MIT License


Languages

Language:Dockerfile 100.0%