A Docker image for markdownlint-cli, command line Interface for markdownlint (node js).
2.3K
A Docker image for markdownlint-cli, command line Interface for markdownlint (node js).
To check a single file :
docker run --rm -v ${PWD}:/data gouvinb/docker-markdownlint my_file.md
Or, to check all files in a directory:
docker run --rm -v ${PWD}:/data gouvinb/docker-markdownlint .
The following will tag and upload a new release. Replace X.Y.Z as appropriate version.
docker build -t gouvinb/docker-markdownlint:latest -t gouvinb/docker-markdownlint:X.Y.Z .
docker push gouvinb/docker-markdownlint:latest
docker push gouvinb/docker-markdownlint:X.Y.Z
All feedback is welcome. Let me know if you have any suggestions, questions, or criticisms. If something is not idiomatic to Docker, please let me know know so we can make it better.
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-featureCopyright 2016 gouvinb. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE.md file.
Content type
Image
Digest
Size
19.6 MB
Last updated
over 9 years ago
docker pull gouvinb/docker-markdownlint