πŸ“Š Docker
Q. Which of the following options is true about Docker volumes?
  • (A) Volumes are used to store data generated by and used by Docker containers
  • (B) Volumes are ephemeral and cannot be shared between containers
  • (C) Volumes only work with Linux-based containers
  • (D) Volumes are used to store Docker images
πŸ’¬ Discuss
βœ… 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.

Explanation by: Vikash Gupta
Docker volumes are used to persist data generated and used by Docker containers, and they can be shared between containers.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
76
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Vikash Gupta
Publisher
πŸ“ˆ
89%
Success Rate