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

https://github.com/jeffque/docker4engineers

Uma apresentação sobre docker e baleias 🐋
https://github.com/jeffque/docker4engineers

Last synced: about 1 year ago
JSON representation

Uma apresentação sobre docker e baleias 🐋

Awesome Lists containing this project

README

          

# Docker 4 engineers

Slides:

# How to Run

- clone the repo
- install the dependencies `yarn`
- run `yarn start`
- open `http://localhost:8080` and see the slides

# Publishing

```bash
yarn publish:deck
```

It will publish to your github pages from your repo (branch `gh-pages2` because reasons).

# Caveats

The `pdf` does not perfectly works with code surfer, be aware.

To build locally, you need to run `yarn postinstall` before `yarn build`. This
is not necessary for running the repo.