mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-04 11:41:35 +00:00
9 lines
142 B
MySQL
9 lines
142 B
MySQL
|
-- Return the list of running Docker containers on this machine
|
||
|
--
|
||
|
-- tags: postmortem
|
||
|
-- platform: linux
|
||
|
SELECT
|
||
|
*
|
||
|
FROM
|
||
|
docker_containers
|