A docker container image for easily running the NPM package github-markdown-html without the need for installing it locally with npm install -g ....
docker build -t github-markdown-html:latest .
docker run --rm -ti \
-u "$(id -u):$(id -g)" \
-v "$PWD:/src" -w /src \
github-markdown-html:latest build
This command creates index.html.
Content type
Image
Digest
sha256:0f33a08e2…
Size
486.4 MB
Last updated
8 days ago
docker pull intellegensdocker/github-markdown-html