crane
Verified for current stable LTS
Crane Command: Push Local Image To Registry
Use for push local image to registry with Crane. Exact CLI syntax to push local image to registry using Crane.
When to use this: Use for push local image to registry with Crane.
Command Syntax
crane push <path/to/directory_or_tarball> <image> crane push <path/to/directory_or_tarball> <image> Command Breakdown
crane is the base executable for this command.
FAQ
Purpose: Exact syntax to push local image to registry using Crane.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Crane Command: Copy Remote Image
crane cp <source> <destination> -a Crane Command: Delete Image From Registry crane delete <image> Crane Command: List Repos In Registry crane catalog <registry> --full-ref Crane Command: List Tags In Repository crane ls <repository> -o Crane Command: Log In To Registry crane auth login <registry> -u <user> -p <password>