Add qrcode and general updates
This commit is contained in:
@ -29,8 +29,14 @@ mdc: true
|
||||
|
||||
Mike Conrad - SCS 2025
|
||||
|
||||
<div @click="$slidev.nav.next" class="mt-12 py-1" hover:bg="white op-10">
|
||||
Press Space for next page <carbon:arrow-right />
|
||||
<div @click="$slidev.nav.next" class="mt-12 py-1 flex" hover:bg="white op-10">
|
||||
<!-- 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>
|
||||
</div>
|
||||
|
||||
<div class="abs-br m-6 text-xl">
|
||||
@ -71,7 +77,7 @@ transition: fade-out
|
||||
layout: center
|
||||
---
|
||||
|
||||
<img src="https://miro.medium.com/v2/resize:fit:400/format:webp/1*Ibnwjo9LtUFxRY1MZgOcvg.png"/>
|
||||
<img src="./images/docker-meme.jpg" width="300"/>
|
||||
|
||||
---
|
||||
transition: fade-out
|
||||
@ -330,6 +336,7 @@ layout: center
|
||||
|
||||
- Define multi-container apps in one file
|
||||
- Great for local dev and staging (and production!)
|
||||
- Glue together multiple services with networking
|
||||
|
||||
---
|
||||
transition: fade-out
|
||||
@ -351,8 +358,6 @@ layout: center
|
||||
- [SlimToolkit (Optimize and secure containers)](https://github.com/slimtoolkit/slim)
|
||||
|
||||
## VSCode plugins
|
||||
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
|
||||
|
||||
https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers
|
||||
|
||||
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-containers
|
||||
- [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)
|
||||
|
Reference in New Issue
Block a user