In the release notes, it was mentioned that OCI images can either be uploaded manually or pulled directly from the registry using the "Pull from OCI registry" button. However, the documentation was not aligned with this. To fix it, mentioned about the possibility of uploading as well.
Signed-off-by: Shan Shaji <[email protected]> --- pct.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pct.adoc b/pct.adoc index edc2d5b..3cbdeaa 100644 --- a/pct.adoc +++ b/pct.adoc @@ -359,7 +359,7 @@ the existing LXC framework. Obtaining OCI Images ~~~~~~~~~~~~~~~~~~~~ -In the web interface an OCI image can be pulled from a registry using the *Pull +In the web interface an OCI image can be uploaded manually or pulled from a registry using the *Pull from OCI registry* button on the container template view of a storage. Once the template is on a storage, you can create the container with -- 2.47.3 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
