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?
Select an option, then click Submit answer.
- ○ docker ps --quiet --all | xargs docker inspect --format ‘:Propagation’
- ○ docker ps -quiet -all | xargs docker inspect -format ‘:Propagation=’
- ○ docker ps --quiet --all | xargs docker inspect --format ‘:Propagation=’
- ○ docker ps -quiet -all | xargs docker inspect -format ‘:Propagation’