Docker 101
Why Docker Exists
Every machine has:
CPU
RAM
Operating System (OS)
When you install software like an OS, then a Node app or a Java app on top, it works fine…
but if your app isn’t using 100% CPU, the rest goes to waste.
This inefficiency led to ...
dexterifti.hashnode.dev5 min read