Q. Which of the following Docker commands is used to view resource usage statistics for a container?
β
Correct Answer: (B)
docker stats container_name
Explanation: 'docker stats container_name' provides resource usage statistics for a running container.