https://github.com/mikesir87/rbtc-presentation-2017-june-22
Slidedeck for RBTC presentation on June 22, 2017
https://github.com/mikesir87/rbtc-presentation-2017-june-22
Last synced: 10 days ago
JSON representation
Slidedeck for RBTC presentation on June 22, 2017
- Host: GitHub
- URL: https://github.com/mikesir87/rbtc-presentation-2017-june-22
- Owner: mikesir87
- Created: 2017-06-22T04:49:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T16:01:08.000Z (almost 8 years ago)
- Last Synced: 2025-06-13T08:05:37.688Z (10 days ago)
- Size: 4.15 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slides for RBTC Talk
Talk info: [rbtc.tech/2017/05/techtalk-whats-hype-docker-june-22/](https://rbtc.tech/2017/05/techtalk-whats-hype-docker-june-22/)
## Viewing Slides
There are a few ways to check out the slides. I'm still working on a PDF view, but having a little trouble since I used CSS animations. Oops!
While viewing, if you press the `p` key, you can get the presenter notes (which I didn't really use while presenting). It'll at least contain the commands I ran during the various demos.
### Online Yourself
[https://mikesir87.github.io/rbtc-presentation-2017-june-22/](https://mikesir87.github.io/rbtc-presentation-2017-june-22/)
### Using Play-with-Docker
Go to [play-with-docker.com](http://play-with-docker.com) and create a new instance.
```bash
git clone https://github.com/mikesir87/rbtc-presentation-2017-june-22.git
docker-compose up
```Click on the "8080" link that shows up
### Running Locally
Clone the repo locally and run
```bash
docker-compose up
```Open your browser to http://localhost:8080