专属域名
文档搜索
提交工单
轩辕助手
返回顶部
快速返回页面顶部
收起
收起工具栏
轩辕镜像
轩辕镜像专业版
个人中心搜索镜像
交易
充值流量我的订单
工具
提交工单镜像收录一键安装
Npm 源Pip 源
帮助
常见问题
其他
关于我们网站地图

官方QQ群: 13763429

轩辕镜像
镜像详情
...
telkombe/remote-docker
官方博客热门镜像提交工单
本站面向开发者与科研用户,提供开源镜像的搜索和下载加速服务。
所有镜像均来源于原始开源仓库,本站不存储、不修改、不传播任何镜像内容。
轩辕镜像 · 专业版提供 SLA 级可用性保障 · 免费版为公共服务,可能存在不可用情况。了解差异 。 在线技术支持请优先 提交工单,技术交流欢迎加入官方QQ群:13763429 。
本站面向开发者与科研用户,提供开源镜像的搜索和下载加速服务。所有镜像均来源于原始开源仓库,本站不存储、不修改、不传播任何镜像内容。

remote-docker Docker 镜像下载 - 轩辕镜像

remote-docker 镜像详细信息和使用指南

remote-docker 镜像标签列表和版本信息

remote-docker 镜像拉取命令和加速下载

remote-docker 镜像使用说明和配置指南

Docker 镜像加速服务 - 轩辕镜像平台

国内开发者首选的 Docker 镜像加速平台

极速拉取 Docker 镜像服务

相关 Docker 镜像推荐

热门 Docker 镜像下载

remote-docker
telkombe/remote-docker

remote-docker 镜像详细信息

remote-docker 镜像标签列表

remote-docker 镜像使用说明

remote-docker 镜像拉取命令

Docker 镜像加速服务

轩辕镜像平台优势

镜像下载指南

相关 Docker 镜像推荐

0 次下载activetelkombe镜像
🚀轩辕镜像专业版更稳定💎一键安装 Docker 配置镜像源
镜像简介版本下载
🚀轩辕镜像专业版更稳定💎一键安装 Docker 配置镜像源

remote-docker 镜像详细说明

remote-docker 使用指南

remote-docker 配置说明

remote-docker 官方文档

Remote Docker Desktop Extension

Remote Docker Icon

Manage remote Docker environments directly from Docker Desktop

Docker Hub MIT License Latest Release

Tests Passing Security Scanned Actively Maintained

GitHub Stars GitHub Forks GitHub Issues

Overview

🚀 Remote Docker is a powerful Docker Desktop extension that revolutionizes how you manage remote Docker environments. Connect securely to any Docker host through SSH tunnels and enjoy the familiar Docker Desktop experience, whether your containers are running locally or on remote servers across the globe.

![Docker Pulls]([] ![Docker Image Size]([] ![Extension Rating]([] ![Platform Support]([] ![SSH Secure]([***]

Perfect for developers, DevOps engineers, and system administrators who need to manage multiple Docker environments from a single, unified interface.

Why Remote Docker?

  • 🌐 Bridge the gap between local development and remote production environments
  • 🔒 Enterprise-grade security with SSH key authentication
  • ⚡ Real-time monitoring of remote Docker resources and performance
  • 🎯 Zero configuration - works with any Docker host that supports SSH
  • 📱 Seamless integration with Docker Desktop's native UI and workflows

✨ Key Features

🔐 Secure SSH Connections

  • SSH key-based authentication only
  • No passwords or tokens stored
  • Encrypted tunnel for all communication

🖥️ Multi-Environment Support

  • Manage unlimited remote environments
  • Quick environment switching
  • Persistent configuration storage

📊 Real-time Dashboard

  • Live system resource monitoring
  • Container statistics and metrics
  • Docker events streaming

🐳 Complete Docker Management

  • Containers: start, stop, restart, logs
  • Images: list, inspect, remove
  • Networks: view, create, delete
  • Volumes: browse, inspect, cleanup

🤖 MCP Toolkit Integration

  • Browse and install from MCP catalog
  • One-click installation with auto-start
  • Pre-configured server templates
  • Filesystem, Docker, Shell access
  • Search and filter MCP servers
  • Secure SSH tunneling for MCP

🔄 Smart Auto-refresh

  • Configurable refresh intervals
  • Selective data updates
  • Visual refresh indicators

🎨 Professional UI

  • Native Docker Desktop integration
  • Dark/light theme support
  • Responsive design for all screen sizes

Installation

From Docker Hub

bash
docker extension install telkombe/remote-docker:latest

Manual Installation

bash
# Clone the repository
git clone [***]
cd remote-docker

# Build and install locally
make build
docker extension install telkombe/remote-docker:latest

Quick Start

  1. Install the extension from Docker Hub
  2. Open the extension in Docker Desktop
  3. Add a remote environment:
    • Click "Add Environment"
    • Enter a name for your environment
    • Provide the SSH connection details:
      • Hostname: Your remote Docker host (e.g., 192.168.1.25)
      • Username: SSH username (e.g., ubuntu)
      • Port: SSH port (default: 22)
  4. Connect to start managing your remote Docker environment

Requirements

Local Machine

  • Docker Desktop 4.8.0 or later
  • SSH key pair for authentication

Remote Host

  • Docker Engine installed and running
  • SSH server with key-based authentication enabled
  • User with Docker permissions (typically in the docker group)

SSH Key Setup

The extension uses SSH key authentication for secure connections. Your SSH keys are automatically mounted from your local .ssh directory.

Windows

powershell
# Keys are read from
C:\Users\<username>\.ssh\id_rsa
C:\Users\<username>\.ssh\id_rsa.pub

macOS/Linux

bash
# Keys are read from
~/.ssh/id_rsa
~/.ssh/id_rsa.pub

Setting up SSH Keys

  1. Generate SSH keys (if you don't have them):

    bash
    ssh-keygen -t rsa -b 4096
    
  2. Copy your public key to the remote host:

    bash
    ssh-copy-id username@remote-host
    
  3. Test the connection:

    bash
    ssh username@remote-host docker version
    

Features in Detail

Dashboard

  • System information and Docker version
  • Resource utilization (CPU, Memory, Disk)
  • Container statistics and distribution
  • Recent Docker events
  • Real-time metrics with auto-refresh

Container Management

  • View all containers with status
  • Start/stop containers
  • View container logs with syntax highlighting
  • Port mapping information
  • Docker Compose project grouping

Image Management

  • List all images with size information
  • Remove unused images
  • View image details and layers

Network Management

  • List Docker networks
  • View network configuration
  • Delete unused networks

Volume Management

  • List Docker volumes
  • View volume details
  • Remove unused volumes

MCP Toolkit Integration

The extension now supports running MCP (Model Context Protocol) servers on remote Docker hosts, enabling AI assistants to interact with remote systems securely.

🆕 MCP Catalog Browser (v1.0.15+)

  • Browse Available Servers: Explore the MCP catalog with 8+ server types
  • Search & Filter: Find servers by name, description, or category
  • One-Click Install: Install any MCP server with a single click
  • Auto-Configuration: Smart configuration based on server type
  • Real-time Metrics: See download counts and ratings
  • Categories: Browse by storage, docker, shell, kubernetes, database, git, monitoring, AI/LLM

Available MCP Server Types

  • Filesystem Access: Read/write or read-only access to remote files
  • Docker Management: Control containers, images, and networks via MCP
  • Shell Access: Execute commands with configurable restrictions
  • Kubernetes: Manage Kubernetes clusters and resources
  • Database Access: Connect to PostgreSQL, MySQL, MongoDB
  • Git Repository: Work with Git repositories on remote hosts
  • Monitoring: System metrics, logs, and alerts
  • AI/LLM Integration: Connect to Claude, GPT, and local models

MCP Features

  • Browse and install from the MCP catalog
  • Pre-configured server templates for quick deployment
  • One-click server creation and management
  • Secure SSH tunneling for all MCP connections
  • Real-time server status monitoring
  • Automatic port assignment and management
  • Container-based isolation for each MCP server
  • Custom naming for installed servers

Configuration

Environment Settings

Each environment can be configured with:

  • Name: Friendly name for the environment
  • Hostname: IP address or domain name
  • Port: SSH port (default: 22)
  • Username: SSH username

Auto-refresh Settings

  • Enable/disable auto-refresh per view
  • Configurable refresh intervals (15s, 30s, 60s, 300s)
  • Visual indicators for refresh status

Security

  • SSH Key Authentication: Only SSH key authentication is supported (no passwords)
  • Local Key Storage: SSH keys remain on your local machine
  • Read-only Mounts: Keys are mounted read-only in the extension container
  • No Keys in Images: Docker images do not contain any SSH keys
  • Secure Tunneling: All Docker API communication goes through SSH tunnels

Architecture

Components

The extension consists of two main parts:

  1. Backend (Go)

    • Handles SSH tunnel creation and management
    • Proxies Docker commands to remote hosts
    • Built with Echo framework
  2. Frontend (React/TypeScript)

    • Provides a UI for remote Docker management
    • Features a responsive dashboard with real-time updates
    • Built with Material UI components and Recharts for data visualization

How It Works

  1. The extension mounts your local ~/.ssh directory as read-only
  2. When you connect to a remote environment, it creates an SSH tunnel
  3. Docker commands are proxied through the tunnel to the remote Docker daemon
  4. Results are displayed in the familiar Docker Desktop UI

Troubleshooting

Common Issues

"Permission denied" SSH Error

  • Ensure your SSH key has proper permissions (600 on Unix-like systems)
  • Verify the remote user is in the docker group
  • Check SSH key is correctly added to remote host's authorized_keys

Blank Screen on Extension Load

  • Check Docker Desktop console for errors (View → Developer Tools)
  • Ensure Docker Desktop is up to date
  • Try reinstalling the extension

Cannot Connect to Remote Host

  • Verify SSH connection works: ssh username@hostname
  • Check Docker is running on remote: ssh username@hostname docker ps
  • Ensure no firewall is blocking SSH port

Debug Mode

Enable debug logging in the extension:

  1. Open Docker Desktop Developer Tools
  2. Check console for detailed error messages
  3. Look for API response errors

Development

See docs/development.md for development setup and contribution guidelines.

Project Structure

remote-docker/
├── backend/          # Go backend service
├── ui/              # React frontend
├── docs/            # Documentation
├── scripts/         # Build and deployment scripts
├── assets/          # Icons and images
├── Dockerfile       # Extension container definition
├── metadata.json    # Extension metadata
└── docker-compose.yaml

Documentation

  • User Guide - Detailed usage instructions
  • API Reference - Backend API documentation
  • MCP Integration - MCP toolkit architecture and implementation
  • Development Guide - Setup and contribution guide
  • Docker Hub Cleanup - Image management guide

Contributing

Contributions are welcome! Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.

Acknowledgments

  • Built with Docker Extension SDK
  • UI powered by React and Material-UI
  • Backend powered by Go and Echo
  • Extension icon created using Midjourney

Support

  • Issues: GitHub Issues
  • Discussions: GitHub Discussions
  • Docker Hub: telkombe/remote-docker
  • Repository: anubissbe/remote-docker

☕ Support the Project

If you find this extension helpful and want to support its development, consider buying me a coffee! Your support helps maintain and improve the project.

Buy Me A Coffee

Every contribution, no matter how small, is greatly appreciated and helps keep this project active and improving! 🙏

📄 License & Disclaimer

This project is licensed under the MIT License - see the LICENSE file for details.

⚠️ Important Notice

Use Responsibly: This extension provides direct access to remote Docker environments. Always:

  • Test on non-production environments first
  • Review all actions before execution
  • Maintain proper backup procedures
  • Follow your organization's security policies

🎯 Project Genesis

This project was created as an exploration of:

  • 🐳 Docker Desktop Extension SDK capabilities and architecture
  • 🤖 LLM-assisted development workflows and best practices
  • 🔧 Remote Docker management patterns and security considerations
  • 🚀 Modern web technologies integration (React, TypeScript, Go)

Built with curiosity, enhanced by community contributions.


📸 Screenshots

🖼️ Click to view extension screenshots
DashboardContainer Management
!Dashboard!Containers
Compose LogsImage Management
!Compose Logs!Images
Volume ManagementNetwork Management
!Volumes!Networks
Environment SetupEnvironment Selection
!Environments!Selection
查看更多 remote-docker 相关镜像 →
Remote Docker logo
Remote Docker
by Ege Kocabaş
扩展
Manage and monitor remote Docker environments via SSH tunneling. Access containers, images, networks, volumes, logs, and stats with a familiar UI.
10K+ pulls
上次更新:9 个月前
Remote Docker logo
Remote Docker
by Ege Kocabaş
扩展
Manage and monitor remote Docker environments via SSH tunneling. Access containers, images, networks, volumes, logs, and stats with a familiar UI.
10K+ pulls
上次更新:6 个月前
docker/dockerfile logo
docker/dockerfile
by Docker, Inc.
认证
这些是官方提供的Dockerfile前端镜像,主要功能是支持通过BuildKit构建Dockerfile,作为构建流程中的关键前端工具,能够有效配合BuildKit提升Dockerfile的构建效率、安全性与灵活性,为开发者提供官方认可的标准化构建方案,适用于各类基于Docker的应用开发与部署场景,确保构建过程的稳定可靠及操作便捷性。
123500M+ pulls
上次更新:1 个月前
docker/dockerfile-copy logo
docker/dockerfile-copy
by Docker, Inc.
认证
此Docker镜像已被弃用。
150M+ pulls
上次更新:7 年前
docker/docker-model-backend-llamacpp logo
docker/docker-model-backend-llamacpp
by Docker, Inc.
认证
暂无描述
110M+ pulls
上次更新:3 天前
docker/docker-mcp-cli-desktop-module logo
docker/docker-mcp-cli-desktop-module
by Docker, Inc.
认证
暂无描述
5M+ pulls
上次更新:3 天前

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

oldzhang的头像

oldzhang

运维工程师

Linux服务器

5

"Docker加速体验非常流畅,大镜像也能快速完成下载。"

用户评价详情

oldzhang - 运维工程师

Linux服务器

5

Docker加速体验非常流畅,大镜像也能快速完成下载。

Nana - 后端开发

Mac桌面

4.9

配置Docker镜像源后,拉取速度快了数倍,开发体验提升明显。

Qiang - 平台研发

K8s集群

5

轩辕镜像在K8s集群中表现很稳定,容器部署速度明显加快。

小敏 - 测试工程师

Windows桌面

4.8

Docker镜像下载不再超时,测试环境搭建更加高效。

晨曦 - DevOps工程师

宝塔面板

5

配置简单,Docker镜像源稳定,适合快速部署环境。

阿峰 - 资深开发

群晖NAS

5

在群晖NAS上配置后,镜像下载速度飞快,非常适合家庭实验环境。

俊仔 - 后端工程师

飞牛NAS

4.9

Docker加速让容器搭建顺畅无比,再也不用等待漫长的下载。

Lily - 测试经理

Linux服务器

4.8

镜像源覆盖面广,更新及时,团队一致反馈体验不错。

浩子 - 云平台工程师

Podman容器

5

使用轩辕镜像后,Podman拉取镜像稳定无比,生产环境可靠。

Kai - 运维主管

爱快路由

5

爱快系统下配置加速服务,Docker镜像拉取速度提升非常大。

翔子 - 安全工程师

Linux服务器

4.9

镜像源稳定性高,安全合规,Docker拉取无忧。

亮哥 - 架构师

K8s containerd

5

大规模K8s集群下镜像加速效果显著,节省了大量时间。

慧慧 - 平台开发

Docker Compose

4.9

配置Compose镜像加速后,整体构建速度更快了。

Tina - 技术支持

Windows桌面

4.8

配置简单,镜像拉取稳定,适合日常开发环境。

宇哥 - DevOps Leader

极空间NAS

5

在极空间NAS上使用Docker加速,体验流畅稳定。

小静 - 数据工程师

Linux服务器

4.9

Docker镜像源下载速度快,大数据环境搭建轻松完成。

磊子 - SRE

宝塔面板

5

使用轩辕镜像后,CI/CD流程整体快了很多,值得推荐。

阿Yang - 前端开发

Mac桌面

4.9

国内网络环境下,Docker加速非常给力,前端环境轻松搭建。

Docker迷 - 架构师

威联通NAS

5

威联通NAS下配置镜像加速后,Docker体验比官方源好很多。

方宇 - 系统工程师

绿联NAS

5

绿联NAS支持加速配置,Docker镜像下载快且稳定。

常见问题

Q1:轩辕镜像免费版与专业版有什么区别?

免费版仅支持 Docker Hub 加速,不承诺可用性和速度;专业版支持更多镜像源,保证可用性和稳定速度,提供优先客服响应。

Q2:轩辕镜像免费版与专业版有分别支持哪些镜像?

免费版仅支持 docker.io;专业版支持 docker.io、gcr.io、ghcr.io、registry.k8s.io、nvcr.io、quay.io、mcr.microsoft.com、docker.elastic.co 等。

Q3:流量耗尽错误提示

当返回 402 Payment Required 错误时,表示流量已耗尽,需要充值流量包以恢复服务。

Q4:410 错误问题

通常由 Docker 版本过低导致,需要升级到 20.x 或更高版本以支持 V2 协议。

Q5:manifest unknown 错误

先检查 Docker 版本,版本过低则升级;版本正常则验证镜像信息是否正确。

Q6:镜像拉取成功后,如何去掉轩辕镜像域名前缀?

使用 docker tag 命令为镜像打上新标签,去掉域名前缀,使镜像名称更简洁。

查看全部问题→

轩辕镜像下载加速使用手册

探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式

登录仓库拉取

通过 Docker 登录认证访问私有仓库

Linux

在 Linux 系统配置镜像加速服务

Windows/Mac

在 Docker Desktop 配置镜像加速

Docker Compose

Docker Compose 项目配置加速

K8s Containerd

Kubernetes 集群配置 Containerd

宝塔面板

在宝塔面板一键配置镜像加速

群晖

Synology 群晖 NAS 配置加速

飞牛

飞牛 fnOS 系统配置镜像加速

极空间

极空间 NAS 系统配置加速服务

爱快路由

爱快 iKuai 路由系统配置加速

绿联

绿联 NAS 系统配置镜像加速

威联通

QNAP 威联通 NAS 配置加速

Podman

Podman 容器引擎配置加速

Singularity/Apptainer

HPC 科学计算容器配置加速

其他仓库配置

ghcr、Quay、nvcr 等镜像仓库

专属域名拉取

无需登录使用专属域名加速

需要其他帮助?请查看我们的 常见问题 或 提交工单

商务:17300950906
©2024-2025 源码跳动
商务合作电话:17300950906Copyright © 2024-2025 杭州源码跳动科技有限公司. All rights reserved.