90DaysOfDevOps/Days/day42.md

39 lines
1.1 KiB
Markdown
Raw Normal View History

2022-02-10 04:32:53 +07:00
## The Big Picture - Containers
We are now starting the next section and this section is going to be focused on containers and in particular we are likely going to be looking into Docker and get into some of the key areas to understand more about Containers.
I will also be trying to get some hands on here to create our own container that we can use later on during this section but also future sections later on in the challenge.
As always this first post is going to be focused on the big picture of how we got here and what it all means.
#History of platforms and application development
#do we want to talk about Virtualisation & Containerisation
### Why another way to run applications?
### What is a container?
### What is an Image?
### Where to get started?
### What does a Container Infrastructure look like?
## Resources
- [TechWorld with Nana - Docker Tutorial for Beginners](https://www.youtube.com/watch?v=3c-iBn73dDE)
- [Programming with Mosh - Docker Tutorial for Beginners](https://www.youtube.com/watch?v=pTFZFxd4hOI)
See you on [Day 43](day43.md)