(Unit 3 of 9) Azure Containers Flashcards
1
Q
if you want to run multiple instances of an application on a single host machine, ( ) are the solution.
A
Containers
2
Q
What are containers?
A
Containers are a virtualization environment that contain a standardised run time environment.
3
Q
How do containers compare to VMs?
A
- Unlike virtual machines, you don’t manage the operating system for a container.
- Containers are lightweight and designed to be created, scaled out, and stopped dynamically.
4
Q
How do you differentiate between VMs and CONTAINERS?
A
VMs - Virtualise hardware
Containers - Virtualise OS
5
Q
Give an example of a container engine.
A
DOCKER