Sec.29 Containers Overview Flashcards

1
Q

Containers offer ought weight method to [what?] An application or a set of applications.

A

Isolate

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

Multiple containers can run on [what?] Which can be either[what?]or [what?]

A

One system; virtual or physical one.

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

What is used to deploy containers?

A

Docker

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

What does LXC stand for?

A

Linux containers

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

Containers are very what?

A

Lightweight

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

First container- OS container was able to do what?

A

Run an image of an operating system with the ability to run init processes and span multiple applications.

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

Further integration between what and what allowed the creation of what our what?

A

The hypervisor and the linux kernel; operating system level virtual machines, or containers.

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

Application virtualization run one what for each what?

A

Application, container

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

Docker allows for what?

A

Application virtualization

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

Containers are harder to x?

A

Secure

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

Containers usually run x thing?

A

One

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

Multiple containers share one x while a VM has its x?

A

Kernel,own

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

Kubernetes or mess are what?

A

Orchestration systems for VM and containers

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

Docker is a what?

A

Application level virtualization

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

Dockerv only has the x so the y can run. Nothing more.

A

Services , application

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

The docker website had x,y, and z

A

Documentation, tutorials, and training info

17
Q

Docker builds up many individual x to build up the ness

ary y to support the target z

A

images, services , application

18
Q

images may contain:

A
  • application code
  • runtime libraries
  • system tools
  • or just about anything required for an application