Beginner's Guide to Containerization with Docker
Containerization
Containerization is process of packaging the application along with its dependencies.
What is virtual machine
VMs are called as hardware level virtualization.
VMs are created using Hypervisor
VMs are used to run the operating sy...
docker-learnings.hashnode.dev3 min read