Sign inSign up

intellegensdocker/github-markdown-html

By intellegensdocker

•Updated 8 days ago

Image
0

3.3K

intellegensdocker/github-markdown-html repository overview

⁠github-markdown-html

A docker container image for easily running the NPM package github-markdown-html⁠ without the need for installing it locally with npm install -g ....

⁠Building

docker build -t github-markdown-html:latest .

⁠Running

docker run --rm -ti \
	-u "$(id -u):$(id -g)" \
	-v "$PWD:/src" -w /src \
	github-markdown-html:latest build

This command creates index.html.

Tag summary

Content type

Image

Digest

sha256:0f33a08e2…

Size

486.4 MB

Last updated

8 days ago

docker pull intellegensdocker/github-markdown-html