Skip to content

Commit

Permalink
docs: add nydusify copy usage
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Song <[email protected]>
  • Loading branch information
imeoer committed Aug 25, 2023
1 parent 5f17cff commit 847725c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/nydusify.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,16 @@ nydusify check \
--backend-config-file /path/to/backend-config.json
```

## Copy image between registry repositories

``` shell
nydusify copy \
--source myregistry/repo:tag-nydus \
--target myregistry/repo:tag-nydus-copy
```

It supports copying OCI v1 or Nydus images, use the options `--all-platforms` / `--platform` to copy the images of specific platforms.

## More Nydusify Options

See `nydusify convert/check --help`
Expand Down

0 comments on commit 847725c

Please sign in to comment.