Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but wonβt spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
Docker
Docker is a very popular and powerful open-source containerization platform that is used for building, deploying, and running applications.

Container
A container is a standard unit of software bundled with dependencies so that applications can be deployed fast and reliably b/w different computing platforms.
5 Advantages of Docker
1.Return on investment & cost savings
2. Standardization & productivity
3. CI efficiency
4. Compatibility & maintainability
5.Simplicity & faster configurations
Top 10 commands
docker version
docker images
docker pull httpd
docker ps -a
docker create httpd
docker start 268989189eob
docker stop 268989189eob
docker restart 268989189eob
docker kill 268989189eob
docker pause eed09d3f6193
docker unpause eed09d3f6193