Q. What is the purpose of the 'docker volume' command?
β
Correct Answer: (B)
To manage persistent storage for Docker containers
Explanation: 'docker volume' is used to create, list, and manage volumes in Docker, which are used for persistent data storage.