Skip to content

JakubStas/revealjs-presentation

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
js
 
 
 
 
 
 
 
 
 
 
 
 

Sample reveal.js presentation

This a demo project using sample presentation and docker-revealjs to illustrate how to build and run presentations using Docker and raveal.js.

After checking out the project, just navigate to the project directory and build the presentation Docker image using the following command:

docker build -t presentation .

Launch the presentation by issuing the following command:

docker run -it --rm -p 8000:8000 presentation

View the result in you browser here:

http://localhost:8000/

For more details read my blog post that this project was created for Presenting with Docker

Please check out the following link this example is based on:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published