osquery-defense-kit/incident_response/docker_containers.sql
2022-10-19 16:19:53 -04:00

9 lines
142 B
SQL

-- Return the list of running Docker containers on this machine
--
-- tags: postmortem
-- platform: linux
SELECT
*
FROM
docker_containers