Skip to content

A reveal.js presentation about docker and its usage

Notifications You must be signed in to change notification settings

Klizzy/docker-introduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A reveal.js presentation about docker and its usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published