Lpi LPIC-3 Exam 305: Virtualization and Containerization (305-300日本語版) - 305-300日本語 Exam Practice Test

Packer Inspection サブコマンドの目的は何ですか?
Correct Answer: C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
ハードウェア仮想化拡張機能で QEMU を使用するためにロードする必要がある Linux カーネル モジュールに関して正しいのはどれですか?
Correct Answer: D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
IaaS コンピューティング インスタンスに関して正しい記述は次のうちどれですか。(正しい回答を 2 つ選択してください。)
Correct Answer: C,E
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
空白を埋める
Linux 上の Docker デーモン構成ファイルへのデフォルトのパスは何ですか? (パスを含むファイルの完全な名前を指定します。)
Correct Answer:
/etc/docker/daemon.json
Explanation:
The default path to the Docker daemon configuration file on Linux is /etc/docker/daemon.json. This file is a JSON file that contains the settings and options for the Docker daemon, which is the service that runs on the host operating system and manages the containers, images, networks, and other Docker resources. The /etc
/docker/daemon.json file does not exist by default, but it can be created by the user to customize the Docker daemon behavior. The file can also be specified by using the --config-file flag when starting the Docker daemon. The file must be a valid JSON object and follow the syntax and structure of the dockerd reference docs12. References:
* Docker daemon configuration file - Medium3
* Docker daemon configuration overview | Docker Docs4
* docker daemon | Docker Docs5
Docker Hub とは何ですか?
Correct Answer: A
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Docker アーキテクチャに必須のコンポーネントは次のどれですか (該当するものをすべて選択してください)。
Correct Answer: A,B,C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).