mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-11 00:47:05 +00:00
Update cheatsheets
This commit is contained in:
33
tldr/ibmcloud-cr
Normal file
33
tldr/ibmcloud-cr
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user