701-100試験無料問題集「Lpi Linux Professional Institute DevOps Tools Engineer Exam 701 認定」

An Ansible variable file contains the following content:
myapp:
option1: one
Which of the following strings can be used to reference the defined variable? (Choose two correct answers).

解説: (GoShiken メンバーにのみ表示されます)
What does the command packer validate template.json do?

解説: (GoShiken メンバーにのみ表示されます)
The file index.php, which is being maintained in a git repository, was changed locally and contains an error. If the error has not been committed to the repository yet, which of the following git commands reverts the local copy of index.php to the latest committed version in the current branch?

解説: (GoShiken メンバーにのみ表示されます)
Which of the following mechanisms are used for service discovery in a container environment? (Choose two correct answers.)

解説: (GoShiken メンバーにのみ表示されます)
Which docker-machine sub command outputs a list of commands that set environment variables which are required to make docker work with a Docker host managed by docker-machine? (Specify only the sub command without any path or parameters.)
正解:
env
Explanation:
The docker-machine env subcommand outputs a list of commands that set environment variables required to make Docker work with a Docker host managed by docker-machine. These variables configure the Docker client to communicate with the Docker Engine on the specified host.
References: Docker Documentation - docker-machine env
Which of the following HTTP headers is a CORS header?

解説: (GoShiken メンバーにのみ表示されます)