Introduction to Dockers Flashcards

1
Q

What are the server administration models?

A

Without virtualization, with virtualization and with containers.

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

What is without virtualization?

A

Applications run directly on a server’s OS, leading to compatibility issues and difficulty in moving applications to other servers.

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

What is with virtualization?

A

Uses a hypervisor to create virtual machines (VMs) with their own OS. VMs can be packaged and moved, but they are heavyweight and have longer lifecycles.

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

What is with containers?

A

Containers package applications with their dependencies, allowing them to run consistently across environments. Containers share the host OS kernel, making them more lightweight and portable than VMs.

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

What is a container?

A

A container packages software code and dependencies so it can run quickly and reliably from one computing environment to another.

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

What’s the difference between Containers and VM’s?

A

Unlike VMs, containers do not include a full OS. Instead, they share the host OS kernel, making them faster, more lightweight, and more portable.

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