This presentation is intended to introduce some coworkers to docker and its usage.
-
Install Node.js (4.0.0 or later)
-
Clone the this repository
$ git clone https://github.com/klizzy/docker-introduction.git
-
Navigate to the reveal.js folder
$ cd docker-introduction
-
Install dependencies
$ npm install
-
Serve the presentation and monitor source files for changes
$ npm start
-
Open http://localhost:8000 to view your presentation
You can change the port by using
npm start -- --port=8001
.