docker-hub

Installation
SKILL.md

Docker Hub — 镜像仓库管理

Guidance for publishing, pulling, and managing Docker images.

When to Use

ALWAYS use this skill when the user mentions:

  • "docker hub", "docker registry", "镜像仓库"
  • "docker push", "docker pull", "docker tag"
  • "私有仓库", "private registry", "Harbor"
  • "镜像加速", "registry mirror"
  • "docker login", "authentication"

Core Workflow

# Login
docker login
docker login registry.example.com   # Private registry
Installs
10
GitHub Stars
2
First Seen
Jun 7, 2026
docker-hub — full-statck-skills/docker-skills