Container
- A container is an isolated area where it has everything to run the application.
Container focuses on your app -> Lets look into this
- Let me start a linux machine and lets see what will be started
- In linux machine (physical or virtual) the PID 1 will be system services where as in container the first process will be your application.
- In container we are expected to have only the things which are needed for your application.
Containers can help making your application secure
- Containers can be hardened
Exercise:
- You have a web designer who has designed the website and now you need to deploy this website in your office (intranet)
- Findout the steps.
