CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 1: 312-97: Certified DevSecOps Engineer (ECDE)

Rockmond Dunbar is a senior DevSecOps engineer in a software development company. His organization develops customized software for retail industries. Rockmond would like to avoid setting mount propagation mode to share until it is required because when a volume is mounted in shared mode, it does not limit other conta…

Nội dung câu hỏi

Rockmond Dunbar is a senior DevSecOps engineer in a software development company. His organization develops customized software for retail industries. Rockmond would like to avoid setting mount propagation mode to share until it is required because when a volume is mounted in shared mode, it does not limit other containers to mount and modify that volume. If mounted volume is sensitive to changes, then it would be a serious security concern. Which of the following commands should Rockmond run to list out the propagation mode for mounted volumes?

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.

  1. A. docker ps --quiet --all | xargs docker inspect --format ‘:Propagation’
  2. B. docker ps -quiet -all | xargs docker inspect -format ‘:Propagation=’
  3. C. docker ps --quiet --all | xargs docker inspect --format ‘:Propagation=’ — đáp án hiện tại
  4. D. docker ps -quiet -all | xargs docker inspect -format ‘:Propagation’

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.

Câu hỏi liền kề