Câu 14: 305-300: Linux Professional Institute LPIC-3 Virtualization and Containerization
After setting up a data container using the following command: docker create -v /data --name datastore debian /bin/true how is an additional new container started which shares the /data volume with the datastore container?
Nội dung câu hỏi
After setting up a data container using the following command: docker create -v /data --name datastore debian /bin/true how is an additional new container started which shares the /data volume with the datastore container?
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. docker run --share-with datastore --name service debian bash
- B. docker run -v datastore:/data --name service debian bash
- C. docker run --volumes-from datastore --name service debian bash — đáp án hiện tại
- D. docker run -v /data --name service debian bash
- E. docker run --volume-backend datastore -v /data --name service debian bash
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.
Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.