(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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are containers?

A

Containers are a virtualization environment that contain a standardised run time environment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do containers compare to VMs?

A
  1. Unlike virtual machines, you don’t manage the operating system for a container.
  2. Containers are lightweight and designed to be created, scaled out, and stopped dynamically.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you differentiate between VMs and CONTAINERS?

A

VMs - Virtualise hardware

Containers - Virtualise OS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Give an example of a container engine.

A

DOCKER

How well did you know this?
1
Not at all
2
3
4
5
Perfectly