Sign inSign up

arnabdas/markup-renderer

By arnabdas

Updated about 1 year ago

Image
0

204

arnabdas/markup-renderer repository overview

Introduction

This docker simply runs a docker which watches for input directory for changes in the files and convert them by GitHub Markup and puts into the output directory. The output directory could be served via a web server.

Run Docker
docker run --restart always -d --name renderer \
  -v "<path-to>/input":/app/input \
  -v "<path-to>/output":/app/output \
  markup-renderer

Tag summary

Content type

Image

Digest

sha256:02cd692d5

Size

407.5 MB

Last updated

about 1 year ago

docker pull arnabdas/markup-renderer