Docker
Docker we call as containerization
š¹ What is Docker?
Docker is an open-source platform that helps you build, package, and run applications in containers.A container is a lightweight, portable unit that bundles:
Application code
Runtime
Libraries
...
dockercontainer.hashnode.dev7 min read