Skip to content

Commit

Permalink
chore: comments removed
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrynovik authored Feb 14, 2024
1 parent efa6ac3 commit b8fe389
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/local-kind-environment/scripts/kind-with-registry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
set -o errexit

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

0 comments on commit b8fe389

Please sign in to comment.