We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa6ac3 commit b8fe389Copy full SHA for b8fe389
examples/local-kind-environment/scripts/kind-with-registry.sh
@@ -2,8 +2,6 @@
2
set -o errexit
3
4
# 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 .
7
reg_name='kind-registry.local'
8
reg_port='5000'
9
if [ "$(docker inspect -f '{{.State.Running}}' "${reg_name}" 2>/dev/null || true)" != 'true' ]; then
0 commit comments