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
- Host: GitHub
- URL: https://github.com/atomantic/presentation_docker
- Owner: atomantic
- Created: 2015-10-12T21:19:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T20:59:30.000Z (over 10 years ago)
- Last Synced: 2025-02-01T03:43:14.197Z (over 1 year ago)
- Language: CSS
- Homepage: http://adameivy.com/presentation_docker/
- Size: 29.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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