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

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

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