These are the slides for the workshop "Docker in Production". This is based on a fork of the Reveal.JS library.
If you want this quick and easy, you can just fire up Chrome and open index.html. But there are a host of features that are useful for presenting that require you to run a local webserver. The easiest way to do this is:
-
Install Grunt:
npm install grunt
-
Dependencies:
$ npm install
-
Then launch the server using:
$ grunt serve
-
Open http://localhost:8000 to view your presentation
You can change the port by using
grunt serve --port 8001
.