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