What is the primary difference between a Docker image and a Docker container?
- Containers are lightweight, images are heavy
- Images are for building, containers are for running
- Images run applications, containers store data
- Images store runtime data, containers store source code
Docker images are read-only templates used to create containers. Containers are instances of images that run applications. Images are for building and containers are for running.
Loading...
Related Quiz
- Which of the following is a core component of Docker?
- A hospital is migrating its patient data to a cloud provider. They want to ensure that the cloud provider has mechanisms in place to constantly monitor and report any unauthorized access or potential breaches. Which auditing and monitoring practice should they inquire about?
- A healthcare tech startup is working on a wearable device that can predict potential health anomalies in users. They want to use AI to analyze the data but are concerned about patient privacy. What could be a cloud-based solution for this?
- The concept of accessing computing resources over the internet is closely related to:
- Reserved instances in cloud services primarily help in: