Q. Which command creates a named volume in Docker?
β
Correct Answer: (C)
docker volume create mydata
Explanation: The `docker volume create` command is used to create named volumes.