Q. Which command is used to create a Docker volume?
β
Correct Answer: (C)
docker volume create
Explanation: The `docker volume create` command is used to create a new volume.