최신 701-100 무료덤프 - Lpi Linux Professional Institute DevOps Tools Engineer Exam 701
What must be the first line of a plain text user-data configuration containing YAML configuration for cloud-init?
정답: B
설명: (DumpTOP 회원만 볼 수 있음)
Which statement in a Dockerfile defines which command should be started in the container by default when it is started?
(Specify ONLY the statement's name without any values or parameters.)
(Specify ONLY the statement's name without any values or parameters.)
정답:
ENTRYPOINT
Explanation:
In a Dockerfile, the ENTRYPOINT instruction is used to specify the command that will be executed when a container starts. Unlike CMD, which can be overridden by arguments provided in docker run, ENTRYPOINT ensures that the specified command is always run.
References:
* Docker Documentation - ENTRYPOINT
Explanation:
In a Dockerfile, the ENTRYPOINT instruction is used to specify the command that will be executed when a container starts. Unlike CMD, which can be overridden by arguments provided in docker run, ENTRYPOINT ensures that the specified command is always run.
References:
* Docker Documentation - ENTRYPOINT
How is cloud-init integrated with a managed system image?
정답: A
설명: (DumpTOP 회원만 볼 수 있음)
Which of the following statements are true about Jenkins? (Choose two correct answers.)
정답: B,E
설명: (DumpTOP 회원만 볼 수 있음)
Which of the following conditionals exist in an Ansible playbook? (Choose three correct answers.)
정답: A,B,D
설명: (DumpTOP 회원만 볼 수 있음)
What is tested by unit tests?
정답: D
설명: (DumpTOP 회원만 볼 수 있음)