Unregistry Plugin
push Docker images to remote hosts via SSH
Commands
unregistry self version— Print unregistry versionunregistry _ _— Passthrough to unregistry CLI
Usage Examples
- "Push this Docker image to the server"
- "Deploy container without a registry"
- "Transfer image over SSH"
Installation
go install github.com/psviderski/unregistry@latest
Examples
unregistry push myimage:latest user@server:/path
unregistry deploy nginx:alpine --host prod-server
Key Features
- No Docker registry needed
- Direct SSH image transfer
- Compressed transfer
- Atomic deployment