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 <yansong.ys@antgroup.com>
  • Loading branch information
imeoer committed Aug 25, 2023
1 parent e4339ee commit d9f8fa9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/nydusify.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,15 @@ nydusify mount \
--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

Expand Down

0 comments on commit d9f8fa9

Please sign in to comment.