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