ssh-docker-images

List Docker images on remote hosts via SSH with optional filters.

6|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/Nightreaver/python-ssh-mcp --skill ssh-docker-images
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssh-docker-images
Source: https://github.com/Nightreaver/python-ssh-mcp/tree/main/skills/ssh-docker-images
Command: npx skills add https://github.com/Nightreaver/python-ssh-mcp --skill ssh-docker-images

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for listing Docker images on remote hosts, enabling users to quickly view their local Docker images with optional filters for more specific results.

Core Features & Use Cases

  • List Images: Retrieve a comprehensive list of Docker images on a remote host.
  • Filtering: Apply filters based on image reference, image label, and whether the image is dangling.
  • Use Case: Before pulling a new image, you can use this Skill to check if the image already exists on the remote host, saving time and bandwidth.

Quick Start

Use the ssh_docker_images skill to list all Docker images on the host 'docker1'.

Frequently Asked Questions about ssh-docker-images

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list Docker images on a remote host via SSH?

To list Docker images on a remote host via SSH, this Skill retrieves a comprehensive inventory of local Docker images directly from the specified remote server. It requires SSH access to the target host and Docker installed remotely to execute the image listing successfully.

Can I filter Docker images on a remote server to find dangling ones?

You can filter Docker images on a remote server to find dangling ones using this Skill's optional server-side filters. It supports filtering based on image reference, image label, and image status, allowing you to quickly isolate and view specific image configurations.

Do I need Docker installed on the remote host to check if an image exists?

Yes, you need Docker installed on the remote host to check if an image exists using this Skill. It relies on the remote Docker environment to query the local image inventory, enabling you to verify existing images before pulling new ones to save bandwidth.

What's the best way to check remote Docker image inventory before pulling?

The best way to check remote Docker image inventory before pulling is using this Skill to list existing images with optional filters. By querying the remote host first, you can verify if a specific image reference already exists locally, avoiding unnecessary pulls and saving time.

Does SSH Docker image filtering work with specific image labels?

SSH Docker image filtering works with specific image labels through this Skill's server-side filtering capabilities. You can apply filters based on image reference, image label, and whether the image is dangling, ensuring you retrieve only the targeted image results from the remote host.