Sign inSign up

robertdebock/docker-revealmd

By robertdebock

Updated over 2 years ago

The application reveal-md is used to show markdown files in the browser.

Image
0

2.0K

robertdebock/docker-revealmd repository overview

docker-revealmd

The reveal-md container.

The application reveal-md is used to show markdown files in the browser.

Running the container.

Make your presentation in a file like index.md and continue:

docker run -v $(pwd):/usr/src/app:Z -p 1948:1948 robertdebock/docker-revealmd index.md

Seeing the presentation.

Open your browser and go to: http://localhost:1948/ (Or incase Docker is running somewhere else, replace "localhost" by the name of host Docker is running on.)

If you want to present on anything other than "localhost" feed reveal-md the host ip address like so:

docker run -e host=192.168.1.1 -v $(pwd):/usr/src/app:Z -p 1948:1948 robertdebock/docker-revealmd index.md

Tag summary

Content type

Image

Digest

sha256:3f0005fe2

Size

242.8 MB

Last updated

over 2 years ago

docker pull robertdebock/docker-revealmd