Understanding docker and containers
What is Docker ?
Docker is a tool that lets you run your application inside a small “box” called a container, so it works the same on every computer.
Instead of installing packages, we install the doc
prashant28.hashnode.dev6 min read