Skip to content

Commit

Permalink
hide ugly error message
Browse files Browse the repository at this point in the history
  • Loading branch information
eaepstein committed Sep 2, 2022
1 parent ad6f290 commit fd3f3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start-local-registry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# This script starts a docker registry and makes it available on localhost:5000

# create docker network "kind" so that rootless podman can connect registry
docker network create kind >/dev/null || true
docker network create kind &> /dev/null || true

# create registry container unless it already exists
reg_name='registry'
Expand Down

0 comments on commit fd3f3f6

Please sign in to comment.