701-100試験無料問題集「Lpi Linux Professional Institute DevOps Tools Engineer Exam 701 認定」
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?
正解:B
解答を投票する
解説: (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
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