High level docker Flashcards
1
Q
What are the cons of VM?
A
a) Dedicated OS
b) Consumer RAM and CPU
c) Patching
d) License
e) Slow
f) portability
2
Q
Which is the diffrence container and Vm?
A
Containers do not require a fill blown OS. Containers can lay on the same host and share the same OS
3
Q
What technologies contributed to the rise of containers?
A
a) Kernel Namespaces
b) control groups
c) union filesystems
4
Q
What is the Docker Engine?
A
It is the software that runs and orchestrates containers
5
Q
How to check docker version?
A
docker version
6
Q
What is docker pulling?
A
Downloading images
7
Q
What is Dockerfile?
A
The template which describes how a container is build