Introduction To Docker
Virtual Machines
● Isolates applications and allocates resources to run that application
● VMs can be shared as images
● Aren’t dependent on the Host OS
● Multiple VMs can be run simultaneously using a hypervisor
Docker Containers
● Standard unit of...
ketangrover.hashnode.dev4 min read