Skip to main content

Reveal.js Presentation Builder Inspired By revealjs

Project description

Docker image for reveal js

guna.n

Command to create new reveal js presentation

 docker run -it --name revealjs-builder3 -v $(pwd):/app revealjs /bin/bash
  • Steps:

    • if you have and .adoc file inside what ever the directory thats not and matter.

    • docker run -it --name (docker container name) -v mapping the volume inside your host machine to dockerized machine.

    • -v (your machine directory) --> where the asciidoc file present's.

    • after the semicolon : operator which means that where you needs to points.

    • user/home/ is the default working directory inside the image.

    • please make sure on /app directory .

    • all the volume inside your local machine will will points into that /app directory only.

    • if you needed to generate the presentation file you explicitly move the file and generate that as of now.

    Thankyou Happy Coding :)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

revealjs-0.0.9.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distributions

revealjs-0.0.9-py3.8.egg (16.9 kB view hashes)

Uploaded Source

revealjs-0.0.9-py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page