Sign inSign up

nicr9/mdserver

By nicr9

Updated over 10 years ago

A web app that serves HTML versions of Markdown files on your local machine

Image
0

318

nicr9/mdserver repository overview

Markdown Note Server

Prerequisites

  • Docker
  • A folder with some markdown notes (e.g. ~/notes/*.md)

Pulling from Docker Hub

If you don't wanna waste time building your own, you can get started with this:

docker pull nicr9/mdserver
docker run -dp 4000:4000 -v /home/$USER/notes:/opt/notes nicr9/mdserver

Build your own

First, build a fresh copy of the image:

docker build -t mdserver .

Here's the docker command to run the server:

docker run -dp 4000:4000 -v /home/$USER/notes:/opt/notes mdserver

Tag summary

Content type

Image

Digest

Size

161.8 MB

Last updated

over 10 years ago

docker pull nicr9/mdserver