ssh_docker_pull

Pulls Docker images from specified registries via SSH with configurable timeouts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the need for pulling Docker images from a registry with strict control over the operation's scope and security, while handling potential issues like slow pulls or authentication.

Core Features & Use Cases

  • Image Pulling: Safely pulls images from Docker registries.
  • Timeouts and Authentication: Offers configurable timeouts and manual authentication for secure pulls.
  • Use Case: If you need to ensure a specific image is present on a remote server and handle potentially large images without affecting system performance, this skill provides a robust solution.

Quick Start

Run ssh_docker_pull(host="myhost", image="myregistry/image:tag") to pull an image with custom timeout and host.

Frequently Asked Questions about ssh_docker_pull

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

FAQPage Schema
How do I pull Docker images from a remote registry using SSH?

To pull Docker images using SSH, you connect to a remote host and execute a pull command targeting a specific registry. This approach provides strict control over the operation's scope and security while ensuring the required image is present on the server.

What is the best way to handle authentication when pulling Docker images remotely?

The best way to handle authentication during remote Docker image pulling is to use manual authentication methods. This ensures secure access to specified registries while maintaining precise control over the credentials and the overall operation.

How can I prevent large Docker image pulls from affecting system performance?

You can prevent large Docker image pulls from affecting system performance by using configurable timeouts. Setting a specific timeout limit allows you to handle slow pulls safely without degrading the remote server's overall responsiveness.

Can I automate image updates and maintenance on a remote server with SSH?

Yes, you can automate image updates and maintenance on a remote server using SSH. By executing automated scripts to pull updated images from a registry, you ensure the server maintains the required application versions safely and efficiently.

Does this image pulling method work with any Docker registry?

Yes, this image pulling method works with any specified Docker registry. It safely pulls images from your chosen registry while offering configurable timeouts and manual authentication to handle operations securely across different environments.