An open API service indexing awesome lists of open source software.

https://github.com/atomantic/presentation_docker

Docker for Developers
https://github.com/atomantic/presentation_docker

Last synced: 8 months ago
JSON representation

Docker for Developers

Awesome Lists containing this project

README

          

# \\[._.]/ Docker: Develop and Deploy

> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation by Adam Eivy for a DTSS Learning Talk

## View the Slides

The slides are hosted on [github pages](http://bit.ly/dockerize)

or you can build the slides locally:

First, ensure you have the following installed:

1. [Node.js](http://nodejs.org)
2. [Bower](http://bower.io): `$ npm install -g bower`
3. [Gulp](http://gulpjs.com): `$ npm install -g gulp`

Then, install dependencies and run the preview server:

```bash
$ npm install && bower install
$ gulp
```

## Deploy new versions to github pages

once you've built your public/ directory, you can publish it:

```
gulp deploy
```

## Presentation Tips

- if the screen is too bright or not bright enough, use `shift+up` and `shift+down`
- press `r` when you are ready for rotational transitions