push

command
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

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:

  1. Push from local Docker daemon (most common for development)
  2. Push from a remote registry (pull and push)
  3. 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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL