Sign inSign up

v4tech/markdown-editor

By v4tech

Updated over 9 years ago

This is jbt's Markdown Editor packaged up in a nice, small, Alpine Linux Docker container.

Image
3

100K+

v4tech/markdown-editor repository overview

Docker version of (GitHub-Flavored) Markdown Editor

This is jbt's Markdown Editor packaged up in a nice, small, Alpine Linux Docker container.

Why?

Well, you could visit the live editor online, but where's the fun when you could be running it locally?

It is also really small ~12Mb.

Where do I get it?

The container is available on Docker Hub and can be pulled locally by:

docker pull v4tech/markdown-editor

The Dockerfile is on GitHub.

How do I run this?

The container automatically listens on port 80, so you need to map that (or let Docker do it for you).

To start the container:

docker run -p 12345:80 --rm -it v4tech/markdown-editor

Then simply point your browser at: http://<dockerIP>:12345

Tag summary

Content type

Image

Digest

Size

6.9 MB

Last updated

over 9 years ago

docker pull v4tech/markdown-editor