Docker Flashcards

(6 cards)

1
Q

Why docker

A

No kernel duplication

Blast radius is less than

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

Diff VM and Container

A

VM has hardware/OS/Hypervisor

Container has container runtime

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

Hypervisor

A

Esxi

Xen

Hyper V

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

Container

A

Docker

RunC

Container D

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

Docker Hierarchy

A

Repository

Images

Container

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

Commands

A

Docker images

Docker info

docker —version

Docker ps

Docker run centos

Docker pull nginx

Which docker

Docker rm - f

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