Home / Report Question

Q. Which of the following Docker commands is used to view resource usage statistics for a container?
  • A. docker top container_name
  • B. docker stats container_name
  • C. docker inspect container_name
  • D. docker resource container_name

Correct Answer: B