diff options
| author | unitexe <unitexe70@gmail.com> | 2025-06-08 02:35:46 -0500 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2025-06-08 10:15:08 -0500 |
| commit | 7f47dbde19da1d7c5e10efef80e59f8689c7f473 (patch) | |
| tree | 9302fee54e786700c1c9c182f5626ba4240eaa15 | |
| parent | 9d22471c440241a78376494214415c60df58caac (diff) | |
Add usage documentation for coyping container image to local registry
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -69,3 +69,9 @@ Replace IP address accordingly. ```bash grpcurl -plaintext -import-path ./proto -proto ormos.proto -d '{"mount_point": "/mnt/usb"}' '10.0.0.42:50052' unit.containers.v0.Ormos.UnmountUsbDevice ``` + +### Copy Container Image Archive to Local Registry +Replace IP address accordingly. +```bash +grpcurl -plaintext -import-path ./proto -proto ormos.proto -d '{"file_path": "/mnt/usb/alpine-arm64.tar", "image_name": "alpine", "image_tag": "latest"}' '10.0.0.42:50052' unit.containers.v0.Ormos.LoadImageArchive +``` |
