Q. What is a Docker volume?
β
Correct Answer: (A)
A directory that is used to store container data
Explanation: A Docker volume is a persistent storage mechanism for Docker containers, which helps store data outside the container.