adding site stuff

This commit is contained in:
Michael Scalzetti 2023-01-05 00:15:01 -05:00
parent 1b181611e1
commit 64dd2b61f7
4 changed files with 42 additions and 0 deletions

5
blog/book.toml Normal file
View File

@ -0,0 +1,5 @@
[book]
authors = []
language = "en"
multilingual = false
src = "src"

4
blog/src/SUMMARY.md Normal file
View File

@ -0,0 +1,4 @@
# Summary
- [Home](./home.md)
- [Docker Talk](./dockertalk.md)

28
blog/src/dockertalk.md Normal file
View File

@ -0,0 +1,28 @@
# Docker Talk
Check out the original slides [here](https://docs.google.com/presentation/d/1jWco185nZknGR_bmbncy1NGLs7PgyrKLFXogSn7uLb8/edit?usp=sharing)
## What is docker?
In order to fully explain what docker is, there are a few technologies we should go over first!
### Virtualization
“In computing, virtualization or virtualisation is the act of creating a virtual version of something at the same abstraction level, including virtual computer hardware platforms, storage devices, and computer network resources. “
TLDR: Put as much of a computer as is necessary to emulate an operating system, piece of software, etc - and put that on top of your computer/server
### Virtual Machines
“A computer system created using software on one physical computer in order to emulate the functionality of another separate physical computer.”
TLDR: Virtualization of a FULL computer on top of yours (includes everything from BIOS/UEFI and TPM to top level programs)
### Containerization

5
blog/src/home.md Normal file
View File

@ -0,0 +1,5 @@
# Home
This is my blog, I post intersting stuff on here sometimes I guess.
Check out my different write ups!