mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 02:44:08 +00:00
34 lines
736 B
Plaintext
34 lines
736 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# ibmcloud cr
|
|
|
|
> Manage IBM Cloud Container Registry content and configuration.
|
|
> More information: <https://cloud.ibm.com/docs/cli?topic=cli-containerregcli>.
|
|
|
|
- Set target region for IBM Cloud Container Registry:
|
|
|
|
`ibmcloud cr region-set`
|
|
|
|
- List images available:
|
|
|
|
`ibmcloud cr {{[images|image-list]}}`
|
|
|
|
- Inspect an image data:
|
|
|
|
`ibmcloud cr image-inspect {{image}}`
|
|
|
|
- Run vulnerability assessment on an image:
|
|
|
|
`ibmcloud cr {{[va|vulnerability-assessment]}} {{image}}`
|
|
|
|
- Log the local Docker or Podman client in to IBM Cloud Container Registry:
|
|
|
|
`ibmcloud cr login`
|
|
|
|
- List all actions available under this command:
|
|
|
|
`ibmcloud cr help`
|