Use when pushing/pulling/managing registry images.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add LoopyLuci/Skills --skill docker-registry-operations --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Docker Registry Operations?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loopyluci-docker-registry-operations)More formats (shields.io, HTML) on the badges page.
---
name: docker-registry-operations
description: "Use when pushing/pulling/managing registry images."
category: docker
tags: [docker, registry, push, pull, dockerhub]
---
# Docker Registry Operations
Working with image registries.
## Auth
```powershell
docker login
docker login ghcr.io -u USER --password-stdin < token.txt
docker login myregistry.com:5000 -u admin -p password
```
## Tag & Push
```powershell
docker tag myapp:latest myrepo/myapp:latest
docker push myrepo/myapp:latest
docker push --all-tags myrepo/myapp
```
## Pull
```powershell
docker pull nginx:alpine
docker pull ghcr.io/owner/image:tag
```
## Cross-Registry
```powershell
docker pull oldreg.com/myapp:latest
docker tag oldreg.com/myapp:latest newreg.com/myapp:latest
docker push newreg.com/myapp:latest
```
## Multi-Arch
```powershell
docker buildx build --platform linux/amd64,linux/arm64 \\
-t myrepo/myapp:latest --push .
```
## Pitfalls
- Tags are mutable -- use @sha256: for production
- Docker Hub rate limits anonymous pulls
- GC doesn't free disk until blob deletion
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.