From 4b1e6c8c6ccc98668c9fe0eb83e5843870d76f92 Mon Sep 17 00:00:00 2001 From: continuist Date: Sun, 24 Aug 2025 18:04:01 -0400 Subject: [PATCH] Fix typos --- Docker_Registry_Install_Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker_Registry_Install_Guide.md b/Docker_Registry_Install_Guide.md index b266379..e231683 100644 --- a/Docker_Registry_Install_Guide.md +++ b/Docker_Registry_Install_Guide.md @@ -544,6 +544,7 @@ sudo systemctl enable --now registry-proxy.service # One-time: ensure host dir ownership matches rootless ID map sudo -u CI_SERVICE_USER podman unshare chown -R 100000:100000 /var/lib/registry +``` ### 4.1 Self-test @@ -561,7 +562,6 @@ curl -vk --cert client.crt --key client.key https://REGISTRY_HOST:4443/v2/ | \ # - Pull unsigned image from your registry -> should FAIL # - Sign image with your org key, push via 4443, pull via 443 -> should SUCCEED ``` -``` ## Step 5: Verify Installation