Update links to repo
This commit is contained in:
@ -29,14 +29,12 @@ mdc: true
|
||||
|
||||
Mike Conrad - SCS 2025
|
||||
|
||||
<div @click="$slidev.nav.next" class="mt-12 py-1 flex" hover:bg="white op-10">
|
||||
<div @click="$slidev.nav.next" class="mt-12 py-1 flex justify-center flex-col">
|
||||
<!-- Press Space for next page <carbon:arrow-right /> -->
|
||||
<div class="ml-auto">
|
||||
<a href="https://git.hackanooga.com/mikeconrad/demystifying-docker.get">Example Repo<br /> (with slides)</a>
|
||||
<br />
|
||||
<br>
|
||||
<img src="./images/talk.jpg">
|
||||
</div>
|
||||
Follow along
|
||||
<p><a href="https://hackanooga.com/scs">https://hackanooga.com/scs</a></p>
|
||||
<small>Includes slide deck, and repo with examples</small>
|
||||
<img src="./images/talk.jpg" width="200">
|
||||
</div>
|
||||
|
||||
<div class="abs-br m-6 text-xl">
|
||||
@ -61,8 +59,9 @@ layout: center
|
||||
|
||||
## About you
|
||||
- Some experience with Docker/containers
|
||||
- Some experience with BASH
|
||||
- Familiarity with Linux/BASH
|
||||
- Want to better understand how containers work
|
||||
- Want to learn new techniques for automation
|
||||
|
||||
---
|
||||
transition: fade-out
|
||||
@ -70,7 +69,19 @@ layout: center
|
||||
---
|
||||
|
||||
## Follow Along
|
||||
**Example Repo** - https://git.hackanooga.com/mikeconrad/demystifying-docker
|
||||
**Example Repo** - https://hackanooga.com/scs
|
||||
|
||||
**Prerequisites**
|
||||
- Docker
|
||||
- VSCode
|
||||
- Git
|
||||
- yarn/npm/pnpm,etc (For viewing slides)
|
||||
|
||||
### VSCode plugins
|
||||
- [Official Docker Plugin](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker)
|
||||
- [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
|
||||
- [Container Tools](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-containers)
|
||||
|
||||
|
||||
---
|
||||
transition: fade-out
|
||||
|
Reference in New Issue
Block a user