Skip to content

Commit

Permalink
docs: add the tip for nydus-zran
Browse files Browse the repository at this point in the history
we should tell user the nydus zran image must have the same namespace with the oci image

Signed-off-by: Desiki-high <[email protected]>
  • Loading branch information
Desiki-high committed Apr 18, 2023
1 parent 0dc95f8 commit 8b258e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/nydus-zran.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Or you can generate one by `nydusify` tool:
# Convert the existing OCI image `your-registry.com/node:19.0` to `your-registry.com/node:19.0-nydus-oci-ref`:
sudo nydusify convert --oci-ref --source your-registry.com/node:19.0 --target your-registry.com/node:19.0-nydus-oci-ref
```

**Tips**:
- Nydus ZRAN artifacts must be in the same namespace with the OCI image.
## Run nydus zran artifact:

Follow the [documentation](https://github.com/dragonflyoss/image-service/blob/master/docs/containerd-env-setup.md) to configure `containerd` and `nydus-snapshotter` (containerd-nydus-grpc):
Expand Down

0 comments on commit 8b258e6

Please sign in to comment.