A web app that serves HTML versions of Markdown files on your local machine
318
~/notes/*.md)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
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
Content type
Image
Digest
Size
161.8 MB
Last updated
over 10 years ago
docker pull nicr9/mdserver