Javascript Conversion to Boolean with "!!" Operator
Javascript Conversion to Boolean with “!!” Operator
April 11, 2023
Fundamental Docker Jargon
Fundamental Docker Jargon
April 25, 2023

April 18, 2023

What is Docker and Why do you need it?

What is Docker?

A tool that can package software into containers that run reliably in any environment.

Why do you need it?

Say you build an application using a specific version of nodeJS along with many dependencies, one way to share your work with your friends and make sure it behaves the way you intended regardless of the hardware it runs on it, is to run it on a virtual machine.

But unlike VMs, Docker only virtualizes the OS rather than the hardware and runs all of your apps on a single kernel, which makes everything blazing fast and efficient.

What is Docker and Why do you need it?
This website uses cookies to improve your experience. By using this website you agree to our Data Privacy Statement
Read more