Q. Which command is used to view the Docker container's resource usage statistics?
β
Correct Answer: (A)
docker stats
Explanation: The 'docker stats' command displays real-time resource usage statistics (CPU, memory, etc.) for running containers.