Sign inSign up

volkerraschek/markdownlint

By volkerraschek

Updated 2 months ago

Image
0

100K+

volkerraschek/markdownlint repository overview

markdownlint-docker

Docker Pulls

This project contains all sources to build the container image git.cryptic.systems/volker.raschek/markdownlint. The primary goal of this project is to package the binary markdownlint-ci as container image. The source code of the binary can be found in the upstream project of igorshubovych.

The workflow or how markdownlint-ci can be used is pretty good documented.

IMAGE_VERSION=0.49.1
docker run \
  --rm \
  --volume "$(pwd):$(pwd)" \
  --workdir "$(pwd)" \
    "git.cryptic.systems/volker.raschek/markdownlint:${IMAGE_VERSION}" \
      --help

Tag summary

Content type

Image

Digest

sha256:9dd0069e4

Size

71.8 MB

Last updated

over 1 year ago

docker pull volkerraschek/markdownlint