Câu 8: 701-100: LPIC-OT Exam 701: DevOps Tools Engineer
The following command is issued on two docker nodes:docker network create --driver bridge isolated_nwAfterwards, one container is started at each node with the parameter --network=isolated_nw. It turns out that the containers can not interact with each other. What must be done in order to allow the containers to inter…
Nội dung câu hỏi
The following command is issued on two docker nodes:docker network create --driver bridge isolated_nwAfterwards, one container is started at each node with the parameter --network=isolated_nw. It turns out that the containers can not interact with each other. What must be done in order to allow the containers to interact with each other? (Choose two correct answers.)
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. Use a host network instead of a bridged network.
- B. Add the option --inter-container to the docker network create command.
- C. Start the containers on the same node. — đáp án hiện tại
- D. Change the --network parameter of docker create to --network=isolated_nw,nofence. — đáp án hiện tại
- E. Use an overlay network instead of a bridged network.
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.