Lpi Linux Professional Institute DevOps Tools Engineer Exam 701 (701-100日本語版) - 701-100日本語 Exam Practice Test
Dockerfileには次のステートメントが含まれます。
COPY data / / data /
ボリューム/ data
結果のコンテナが追加のボリューム設定なしで起動されるとどうなりますか? (正解を2つ選択してください。)
COPY data / / data /
ボリューム/ data
結果のコンテナが追加のボリューム設定なしで起動されるとどうなりますか? (正解を2つ選択してください。)
Correct Answer: A,D
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
実行中のボックスでコマンドを実行する Vagrant サブコマンドはどれですか? (パスやパラメータなしでサブコマンドのみを指定します。)
Correct Answer:
ssh
Explanation:
To execute a command in a running Vagrant box, you typically use vagrant ssh to open an SSH session into the box.
Once inside the SSH session, you can run any command as you would on a regular SSH session.
References:
* Vagrant Documentation - SSH
Explanation:
To execute a command in a running Vagrant box, you typically use vagrant ssh to open an SSH session into the box.
Once inside the SSH session, you can run any command as you would on a regular SSH session.
References:
* Vagrant Documentation - SSH
次のコンテナ名のうち、Dockerによって自動的に割り当てられたものはどれですか?
Correct Answer: E
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
カナリアデプロイメントを使用したサービスの新しいリリースのデプロイメント中のデータベースに関する記述はどれですか? (正解を2つ選択してください。)
Correct Answer: A,B
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
次のKubernetesの展開を検討してください。

ReplicaSetの場合:

そしてポッド:

ポッドの1つがコマンドkubect1 pod deleteで終了するとどうなりますか?

ReplicaSetの場合:

そしてポッド:

ポッドの1つがコマンドkubect1 pod deleteで終了するとどうなりますか?
Correct Answer: B
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
コマンドパッカーはtemplate.jsonを検証しますか?
Correct Answer: D
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).