Documentation
¶
Overview ¶
Example: Push a local Docker image to hypeman
This example demonstrates how to push images to hypeman's registry using the SDK. It shows three approaches:
- Push from local Docker daemon (most common for development)
- Push from a remote registry (pull and push)
- Push using PushFromURL helper (standalone scripts)
Usage:
export HYPEMAN_API_KEY="your-jwt-token" export HYPEMAN_BASE_URL="http://localhost:8080" go run ./examples/push myapp:latest
Click to show internal directories.
Click to hide internal directories.