Skip to content

Commit

Permalink
adding change coming from @asmitbm
Browse files Browse the repository at this point in the history
Co-authored-by: Asmit Malakannawar <81866614+asmitbm@users.noreply.github.com>
Signed-off-by: Shubham Singh <116020663+1Shubham7@users.noreply.github.com>
  • Loading branch information
1Shubham7 and asmitbm authored Jul 27, 2023
1 parent 157ee44 commit 0e10aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how_to_guides/pushing_and_pulling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ oras pull localhost:5000/hello-artifact:v2
## Using cache when pulling artifacts
Oras pulls the artifact into a content-addressable storage (CAS) cache if the content is not available locally to save bandwidth and disk I/O.
ORAS pulls the artifact into a content-addressable storage (CAS) cache if the content is not available locally to save bandwidth and disk I/O.
Once the content is availabe in the cache, oras copies the artifact to the desired location.
The cache directory is specified by using the environment variable `ORAS_CACHE`. If not specified, cache is not used.
Expand Down

0 comments on commit 0e10aa6

Please sign in to comment.