LinuxCommandLibrary

ibmcloud-cr

manages IBM Cloud Container Registry

TLDR

Login to registry

$ ibmcloud cr login
copy
List images
$ ibmcloud cr image-list
copy
Create namespace
$ ibmcloud cr namespace-add [namespace]
copy
Build image
$ ibmcloud cr build -t [registry/namespace/image:tag] [.]
copy
Remove image
$ ibmcloud cr image-rm [image]
copy
List namespaces
$ ibmcloud cr namespace-list
copy

SYNOPSIS

ibmcloud cr command [options]

DESCRIPTION

ibmcloud cr manages IBM Cloud Container Registry. It provides private Docker image storage and vulnerability scanning.
The tool handles namespaces, images, and registry authentication. It integrates with IBM Cloud Kubernetes Service.

PARAMETERS

COMMAND

Container Registry command.
login
Authenticate to registry.
image-list
List images.
namespace-add
Create namespace.
build
Build and push image.
image-rm
Remove image.
--help
Display help information.

CAVEATS

Registry plugin required. Namespace quotas apply. Vulnerability scanning available.

HISTORY

ibmcloud cr is the Container Registry plugin for IBM Cloud CLI.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community