최신 LPIC-3 305-300 무료샘플문제:
1. Which of the following commands moves the libvirt domainweb1from the current host system to the host systemhost2?
A) virsh cp .:web1 host2:web1
B) virsh pool-add host2 web1
C) virsh migrate web1 qemu+ssh://host2/system
D) virsh patch web1 .Domain.Node=host2
E) virsh node-update host1=-dom:web1 host2=+dom:web1
2. If aDockerfilecontains the following lines:
WORKDIR /
RUN cd /tmp
RUN echo test > test
where is the filetestlocated?
A) /root/tesc within the container image.
B) test in the directory holding the Dockerf ile.
C) /ting/test within the container image.
D) /tmp/test on the system running docker build.
E) /test within the container image.
3. Which functionality is provided by Vagrant as well as by Docker? (Choose three.)
A) Both start system images as containers instead of virtual machines by default.
B) Both can download required base images.
C) Both can share directories from the host file system to a guest.
D) Both start system images as virtual machines instead of containers bv default.
E) Both can apply changes to a base image.
4. Which of the following commands deletes all volumes which are not associated with a container?
A) docker volume vacuum
B) docker volume orphan -d
C) docker volume cleanup
D) docker volume prune
E) docker volume garbage-collect
5. FILL BLANK
What command is used to run a process in a new Linux namespace? (Specify ONLY the command without any path or parameters.)
질문과 대답:
질문 # 1 정답: C | 질문 # 2 정답: E | 질문 # 3 정답: B,C,E | 질문 # 4 정답: D | 질문 # 5 정답: 회원만 볼 수 있음 |