Q. Which of the following options is true about Docker volumes?
β
Correct Answer: (A)
Volumes are used to store data generated by and used by Docker containers
Explanation: Docker volumes are used to persist data generated and used by Docker containers, and they can be shared between containers.