/docker-introduction

A reveal.js presentation about docker and its usage

Primary LanguageJavaScript

Docker Introduction Talk

This presentation is intended to introduce some coworkers to docker and its usage.

Full setup

  1. Install Node.js (4.0.0 or later)

  2. Clone the this repository

    $ git clone https://github.com/klizzy/docker-introduction.git
  3. Navigate to the reveal.js folder

    $ cd docker-introduction
  4. Install dependencies

    $ npm install
  5. Serve the presentation and monitor source files for changes

    $ npm start
  6. Open http://localhost:8000 to view your presentation

    You can change the port by using npm start -- --port=8001.