mirror of https://github.com/docker/docs.git
update oras link (#19496)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
parent
d78841c028
commit
016b25de9d
|
@ -37,9 +37,10 @@ You manage OCI artifacts on Docker Hub in a similar way you would container
|
||||||
images.
|
images.
|
||||||
|
|
||||||
Pushing and pulling OCI artifacts to and from a registry is done using a
|
Pushing and pulling OCI artifacts to and from a registry is done using a
|
||||||
registry client. [ORAS CLI](https://oras.land/cli/) is a command-line tool that
|
registry client. [ORAS CLI](https://oras.land/docs/installation)
|
||||||
provides the capability of managing OCI artifacts in a registry. If you use Helm
|
is a command-line tool that provides the capability of managing
|
||||||
charts, the [Helm CLI](https://helm.sh/docs/intro/install/) provides built-in
|
OCI artifacts in a registry. If you use Helm charts, the
|
||||||
|
[Helm CLI](https://helm.sh/docs/intro/install/) provides built-in
|
||||||
functionality for pushing and pulling charts to and from a registry.
|
functionality for pushing and pulling charts to and from a registry.
|
||||||
|
|
||||||
Registry clients invoke HTTP requests to the Docker Hub registry API. The
|
Registry clients invoke HTTP requests to the Docker Hub registry API. The
|
||||||
|
|
Loading…
Reference in New Issue