Containers VS Virtual Machines
Containers
aren't Mini-VM's, they are just processes
usually immutable and ephemeral
Limited to what resources they can access (file paths, network devices, running processes)
Exit when process stops
Difference in pictures
Virtual Machines

Containers

Last updated
Was this helpful?