This commit is contained in:
Mike Conrad
2025-05-14 13:16:25 -04:00
parent 0224ac472b
commit 2deec3e936
2 changed files with 22 additions and 10 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

View File

@ -52,19 +52,22 @@ transition: fade-out
# Who am I?
Mike Conrad
Mike Conrad: Software engineer with 10+ years experience. Started out in Networking and IT, transitioned into Development to solve real world problems. Experience with various frameworks, frontend/backend technologies. Cloud, Kubernetes, Docker, etc.
Started working with containers around 7 years ago.
## 2 Truths and a lie
<v-click>
- I have 4 cats, 4 chickens, 2 goats, 2 kids, a wife and a dog
<br>
- I went 7 years with a temporary crown after getting a root canal
</v-click>
<v-click>
- I work in a restaurant part time on the weekends
<br>
</v-click>
<v-click>
- I was in hardcore/punk bands in my early 20's
<br>
</v-click>
<!--
You can have `style` tag in markdown to override the style for the current page.
@ -95,11 +98,13 @@ level: 2
# What is a container?
<v-click>
> A method for packaging and securely running an application within an application virtualization environment. Also known as an application container or a server application container. [NIST](https://csrc.nist.gov/glossary/term/container)
</v-click>
<p style="background:white;height:20px;"></p>
<v-click>
> A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings. [Docker](https://www.docker.com/resources/what-container/)
</v-click>
---
layout: two-cols
@ -170,6 +175,13 @@ title: Differences between VM and Container?
transition: fade-out
---
# Containers vs VM
---
transition: fade-out
---
# How do they work?