From 95847a60c20b68c89a80dc596b1d1756b2079f39 Mon Sep 17 00:00:00 2001 From: abushwang Date: Thu, 19 Dec 2024 16:35:03 +0800 Subject: [PATCH] FIX: typos on docs/2vm.md Signed-off-by: abushwang --- docs/2vm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/2vm.md b/docs/2vm.md index faa9727..cddd3a7 100644 --- a/docs/2vm.md +++ b/docs/2vm.md @@ -68,7 +68,7 @@ If you are using AWS EC2, please add the following ports to the Security Group w curl http://cloud.cluster.local:8090/ # {"status":"OK","code":200,"message":"Starlight Proxy"} # This checks the container registry - curl http://cloud.cluster.local:5000/v2/ + curl http://cloud.cluster.local:5001/v2/ # {} ``` @@ -186,7 +186,7 @@ Verify that the Starlight proxy is accessible from the worker. ```shell curl http://cloud.cluster.local:8090/ # {"status":"OK","code":200,"message":"Starlight Proxy"} -curl http://cloud.cluster.local:5000/v2/ +curl http://cloud.cluster.local:5001/v2/ # {} ``` If it does not work, please check the firewall configurations,