Devops Workshop
Daksh Malhotra
Daksh#1078
DOCKER DOCKER DOCKER!
Please install Docker Desktop
https://www.docker.com/products/docker-desktop/
What is devops?
DevOps is the combination of cultural philosophies,
practices, and tools that increases an organization’s
ability to deliver applications and services at ... :(
What is devops?
TLDR
- Automating the development lifecycle
Not really that hypothetical
Hypothetical Scenario...
TL;DR Containerization
- VM like containers
- Lets you reproduce environments across different
systems
- Has tools to make sure every part of your application
operates independently and communicates correctly
- Unlike VMs; docker containers share OS and where
appropriate, bins and libraries.
What is Docker?

Devops Workshop