Skip to content

Commit

Permalink
FIX: typos on docs/2vm.md
Browse files Browse the repository at this point in the history
Signed-off-by: abushwang <[email protected]>
  • Loading branch information
wswsmao committed Dec 19, 2024
1 parent b7559ae commit 95847a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/2vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
# {}
```

Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 95847a6

Please sign in to comment.