Q. Which Docker command is used to get the stats of running containers?
β
Correct Answer: (B)
docker stats
Explanation: 'docker stats' is used to display a live stream of container(s) resource usage statistics.