Beginner
Docker & Containers
Q1 / 100
What is a Docker container?
Correct! Well done.
Incorrect.
The correct answer is B) A lightweight, standalone, executable package that includes an application and everything it needs to run, sharing the host OS kernel
B
Correct Answer
A lightweight, standalone, executable package that includes an application and everything it needs to run, sharing the host OS kernel
Explanation
Containers package an application with its dependencies but share the host operating system's kernel, making them more lightweight than full virtual machines.
Progress
1/100