Skip to content

Commit b8fe389

Browse files
authored
chore: comments removed
1 parent efa6ac3 commit b8fe389

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/local-kind-environment/scripts/kind-with-registry.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
set -o errexit
33

44
# create registry container unless it already exists
5-
# http://kind-registry.local:5000
6-
# curl -s -X GET kind-registry.local:5000/v2/_catalog | jq .
75
reg_name='kind-registry.local'
86
reg_port='5000'
97
if [ "$(docker inspect -f '{{.State.Running}}' "${reg_name}" 2>/dev/null || true)" != 'true' ]; then

0 commit comments

Comments
 (0)