Skip to content

Commit

Permalink
hack: add back registry startup log
Browse files Browse the repository at this point in the history
Signed-off-by: Ciro S. Costa <ciroscosta@vmware.com>
  • Loading branch information
Ciro S. Costa committed Apr 7, 2022
1 parent 961bd40 commit c8d1060
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ display_vars() {
}

start_registry() {
log "starting registry"

docker container inspect $REGISTRY_CONTAINER_NAME &>/dev/null && {
echo "registry already exists"
return
Expand Down

0 comments on commit c8d1060

Please sign in to comment.