Home »
MCQs »
Docker MCQs
A Container ____ (in Docker)
4. A Container ____.
- Can be run on local machines, virtual machines, or deployed to the cloud.
- Is portable
- Is a runnable instance of an image
- All of the above
Answer: D) All of the above
Explanation:
Container is a:
- Can be run on local machines, virtual machines, or deployed to the cloud.
- Is portable
- Is a runnable instance of an image