The VMware Carbon Black Tech Zone is live! Checkout this great resource: Mastering Carbon Black Audit & Remediation.

Docker Container Mounts

Description: Information on Docker container mounts

What The Data Shows: Lists all of the Docker container mounts, and includes the name of the container.

SQL: 

SELECT dc.name,substr(dcm.id,0,5) AS 'First 5 FROM ID', 
  type,source,destination,rw
FROM docker_container_mounts AS dcm
JOIN docker_containers AS dc
  ON dc.id = dcm.id;

 

 

0 Votes
1 Comment
Query_Admin
Community Manager
Community Manager
Status changed to: Approved