최신 305-300 무료덤프 - Lpi LPIC-3 Exam 305: Virtualization and Containerization
After creating a new Docker network using the following command:
docker network create --driver bridge isolated_nw
which parameter must be added todocker createin order to attach a container to the network?
docker network create --driver bridge isolated_nw
which parameter must be added todocker createin order to attach a container to the network?
정답: A
설명: (DumpTOP 회원만 볼 수 있음)
FILL BLANK
Which subcommand ofvirshopens the XML configuration of a virtual network in an editor in order to make changes to that configuration? (Specify ONLY the subcommand without any parameters.)
Which subcommand ofvirshopens the XML configuration of a virtual network in an editor in order to make changes to that configuration? (Specify ONLY the subcommand without any parameters.)
정답:
net-edit
Explanation
The subcommand of virsh that opens the XML configuration of a virtual network in an editor in order to make changes to that configuration is net-edit1. This subcommand takes the name or UUID of the network as a parameter and opens the network XML file in the default editor, which is specified by the $EDITOR shell variable1. The changes made to the network configuration are applied immediately after saving and exiting the editor1.
References:
* 1: net-edit - libvirt.
Explanation
The subcommand of virsh that opens the XML configuration of a virtual network in an editor in order to make changes to that configuration is net-edit1. This subcommand takes the name or UUID of the network as a parameter and opens the network XML file in the default editor, which is specified by the $EDITOR shell variable1. The changes made to the network configuration are applied immediately after saving and exiting the editor1.
References:
* 1: net-edit - libvirt.
What is the purpose ofcloud-init?
정답: C
설명: (DumpTOP 회원만 볼 수 있음)
Which of the following statements are true regarding resource management for full virtualization? (Choose two.)
정답: B,C
설명: (DumpTOP 회원만 볼 수 있음)
What is the purpose of capabilities in the context of container virtualization?
정답: D
설명: (DumpTOP 회원만 볼 수 있음)
If aDockerfilecontains the following lines:
WORKDIR /
RUN cd /tmp
RUN echo test > test
where is the filetestlocated?
WORKDIR /
RUN cd /tmp
RUN echo test > test
where is the filetestlocated?
정답: C
설명: (DumpTOP 회원만 볼 수 있음)