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
Virtual Machines

Containers
