nerdexam
CompTIACompTIA

XK0-005 · Question #849

XK0-005 Question #849: Real Exam Question with Answer & Explanation

The correct answer is A: docker inspect container. The command returns the container’s full configuration docker inspect <container> JSON, including the and any arguments passed at runtime, allowing you to verify the ENTRYPOINT parameters.

Scripting, Containers, and Automation

Question

A Linux administrator wants to verify the runtime parameters of a container's ENTRYPOINT process. Which of the following commands will allow the administrator to achieve this goal?

Options

  • Adocker inspect container
  • Bdocker ls container
  • Cdocker ps container
  • Ddocker logs container

Explanation

The command returns the container’s full configuration docker inspect <container> JSON, including the and any arguments passed at runtime, allowing you to verify the ENTRYPOINT parameters.

Topics

#Docker#Container Management#docker inspect#ENTRYPOINT

Community Discussion

No community discussion yet for this question.

Full XK0-005 PracticeBrowse All XK0-005 Questions