nerdexam
CompTIA

XK0-006 · Question #49

Users cannot access an application that is running inside containers. The administrator wants to validate whether the containers are running. Which of the following commands should the administrator…

The correct answer is B. docker ps. The docker ps command lists all running containers, allowing the administrator to verify whether the application’s containers are active.

System Configuration and Management

Question

Users cannot access an application that is running inside containers. The administrator wants to validate whether the containers are running. Which of the following commands should the administrator use?

Options

  • Adocker start
  • Bdocker ps
  • Cdocker run
  • Ddocker images

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    94% (29)
  • D
    3% (1)

Explanation

The docker ps command lists all running containers, allowing the administrator to verify whether the application’s containers are active.

Topics

#docker ps#containers#Docker#container management

Community Discussion

No community discussion yet for this question.

Full XK0-006 Practice