The application reveal-md is used to show markdown files in the browser.
2.0K
The application reveal-md is used to show markdown files in the browser.
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
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
Content type
Image
Digest
sha256:3f0005fe2…
Size
242.8 MB
Last updated
over 2 years ago
docker pull robertdebock/docker-revealmd