From 7f47dbde19da1d7c5e10efef80e59f8689c7f473 Mon Sep 17 00:00:00 2001 From: unitexe Date: Sun, 8 Jun 2025 02:35:46 -0500 Subject: Add usage documentation for coyping container image to local registry --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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 +``` -- cgit v1.2.3