Docker
Query docker containers, images, and networks - Here are predefined queries for the Docker plugin.
How many containers are running?
Retrieve the count of currently running containers.
Plugin:
Docker
List all containers running a specific image
Get a list of all Docker containers that are currently running a specified image.
Plugin:
Docker
List all images that don't have a container
Get all Docker images that are not used by any containers
Plugin:
Docker
List the top n biggest images
Get the top n biggest Docker images sorted by their size
Plugin:
Docker
What is the newest container?
Find the most recently created container.
Plugin:
Docker
What is the oldest container?
Find the oldest Docker container based on the created date.
Plugin:
Docker