Query docker containers, images, and networks - Here are predefined queries for the Docker plugin.
Retrieve the count of currently running containers.
Get a list of all Docker containers that are currently running a specified image.
Get all Docker images that are not used by any containers
Get the top n biggest Docker images sorted by their size
Find the most recently created container.
Find the oldest Docker container based on the created date.