Skip to main content
bunny registry is experimental and may change in future releases.
bunny registry pushes images and lists repositories and tags on the Bunny Container Registry. You don’t need to tag images with the registry host or your account ID: the CLI adds and hides the account namespace automatically, so you always work with the bare repository name.

bunny registry push

Push a local Docker image to the registry. Without flags, the repository and tag are derived from the image name.
push uses Docker to read the local image, so Docker must be installed and the image must exist locally.

bunny registry list

List all repositories in the registry.
Alias: bunny registry ls

bunny registry tags

List tags for a repository.
list and tags talk to the registry directly and don’t require Docker.
Last modified on August 5, 2026