Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add example for using oras CLI container as locally installed application #70

Closed
qweeah opened this issue Nov 29, 2022 · 3 comments · Fixed by #398
Closed

add example for using oras CLI container as locally installed application #70

qweeah opened this issue Nov 29, 2022 · 3 comments · Fixed by #398

Comments

@qweeah
Copy link
Contributor

qweeah commented Nov 29, 2022

In current documentation, there is an example of using oras container as locally installed application.

docker run -it --rm -v $(pwd):/workspace ghcr.io/oras-project/oras:v0.16.0 help

We can remove -v $(pwd):/workspace since oras help won't use it, and add more examples like push or pull to show amazing work oras container can do with mounting.

@qweeah
Copy link
Contributor Author

qweeah commented Nov 29, 2022

cc @FeynmanZhou

@FeynmanZhou
Copy link
Member

Thanks. I will create a PR to update the whole installation guide.
@qweeah Can you clarify why we need to add examples like push or pull to the installation guide?

@qweeah
Copy link
Contributor Author

qweeah commented Dec 5, 2022

I didn't mean we should add push and pull to the installation guide. They should be added to an ad-hoc doc to show how oras container can be used just like a locally installed application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants