Updated
This commit is contained in:
BIN
images/comparing-dockerignore-buildtimes.png
Normal file
BIN
images/comparing-dockerignore-buildtimes.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 252 KiB |
32
slides.md
32
slides.md
@ -52,19 +52,22 @@ transition: fade-out
|
|||||||
|
|
||||||
# Who am I?
|
# 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
|
## 2 Truths and a lie
|
||||||
|
<v-click>
|
||||||
- I have 4 cats, 4 chickens, 2 goats, 2 kids, a wife and a dog
|
- I have 4 cats, 4 chickens, 2 goats, 2 kids, a wife and a dog
|
||||||
<br>
|
<br>
|
||||||
|
</v-click>
|
||||||
- I went 7 years with a temporary crown after getting a root canal
|
<v-click>
|
||||||
|
- I work in a restaurant part time on the weekends
|
||||||
<br>
|
<br>
|
||||||
|
</v-click>
|
||||||
|
<v-click>
|
||||||
- I was in hardcore/punk bands in my early 20's
|
- I was in hardcore/punk bands in my early 20's
|
||||||
<br>
|
<br>
|
||||||
|
</v-click>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
You can have `style` tag in markdown to override the style for the current page.
|
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?
|
# What is a container?
|
||||||
|
|
||||||
> 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>
|
||||||
|
> 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>
|
<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/)
|
> 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
|
layout: two-cols
|
||||||
@ -170,6 +175,13 @@ title: Differences between VM and Container?
|
|||||||
transition: fade-out
|
transition: fade-out
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# Containers vs VM
|
||||||
|
|
||||||
|
---
|
||||||
|
transition: fade-out
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
# How do they work?
|
# How do they work?
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user