-
Notifications
You must be signed in to change notification settings - Fork 205
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
nydusify: update the doc of nydusify about the subcommand mount #1336
Conversation
@lihuahua123 , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/79690 |
docs/nydusify.md
Outdated
@@ -174,6 +174,30 @@ nydusify check \ | |||
|
|||
See `nydusify convert/check --help` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nydusify convert/check/mount --help
docs/nydusify.md
Outdated
|
||
``` | ||
nydusify mount \ | ||
--target mybackend/repo:tag-nydus |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lack \
at tail.
@lihuahua123 , The CI test is completed, please check result:
Congratulations, your test job passed! |
@lihuahua123 , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/79714 |
@lihuahua123 , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/79721 |
@lihuahua123 , The CI test is completed, please check result:
Congratulations, your test job passed! |
@lihuahua123 , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/79746 |
@lihuahua123 , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/79749 |
@lihuahua123 , The CI test is completed, please check result:
Congratulations, your test job passed! |
@lihuahua123 , The CI test is completed, please check result:
Congratulations, your test job passed! |
@lihuahua123 , The CI test is completed, please check result:
Congratulations, your test job passed! |
docs/nydusify.md
Outdated
|
||
The nydusify mount command can mount a nydus image stored in the backend as a filesystem. Now the supported backend types include Registry (default backend), s3 and oss. | ||
|
||
When using Registy as the backend, you don't need specify the `-- backend-type` option: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be --backend-type
.
@lyj199907 , The CI test is completed, please check result:
Sorry, your test job failed. Please get the details in the link. |
@lihuahua123 , The CI test is completed, please check result:
Sorry, your test job failed. Please get the details in the link. |
@lihuahua123 , The CI test is completed, please check result:
Sorry, your test job failed. Please get the details in the link. |
@lihuahua123 , The CI test is completed, please check result:
Congratulations, your test job passed! |
@lihuahua123 , The CI test is completed, please check result:
Congratulations, your test job passed! |
@lihuahua123 , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/80399 |
@lihuahua123 , The CI test is completed, please check result:
Sorry, your test job failed. Please get the details in the link. |
@lihuahua123 , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/80401 |
@lyj199907 , The CI test is completed, please check result:
Congratulations, your test job passed! |
@lihuahua123 , The CI test is completed, please check result:
Sorry, your test job failed. Please get the details in the link. |
@lihuahua123 , The CI test is completed, please check result:
Congratulations, your test job passed! |
@lihuahua123 Thanks! |
Details
update the doc of nydusify about the subcommand mount
Types of changes