From eaa9bd063bf95ae86405349fe409dd3b8897839a Mon Sep 17 00:00:00 2001 From: Jan Schoone Date: Tue, 19 Nov 2024 17:25:53 +0100 Subject: [PATCH] docs(usage): add publishing to OCI registry Signed-off-by: Jan Schoone --- docs/how_to_use_csctl.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/how_to_use_csctl.md b/docs/how_to_use_csctl.md index 0564c49a..a68278b0 100644 --- a/docs/how_to_use_csctl.md +++ b/docs/how_to_use_csctl.md @@ -77,3 +77,30 @@ $ csctl create --output +export OCI_PASSWORD= +``` + +When set add parameters `--publish` and `--remote oci` to `csctl create command`: + +```bash +$ csctl create --publish --remote oci \ +--output \ +--mode hash --node-image-registry +```