summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2025-06-08 02:35:46 -0500
committerunitexe <unitexe70@gmail.com>2025-06-08 10:15:08 -0500
commit7f47dbde19da1d7c5e10efef80e59f8689c7f473 (patch)
tree9302fee54e786700c1c9c182f5626ba4240eaa15 /README.md
parent9d22471c440241a78376494214415c60df58caac (diff)
Add usage documentation for coyping container image to local registry
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 564824a..ce5ee1e 100644
--- a/README.md
+++ b/README.md
@@ -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
+```