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 🐋
- Host: GitHub
- URL: https://github.com/jeffque/docker4engineers
- Owner: jeffque
- Created: 2023-05-04T17:59:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T02:14:11.000Z (over 2 years ago)
- Last Synced: 2024-10-18T09:21:45.855Z (over 1 year ago)
- Language: JavaScript
- Size: 6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.