justinmclean commented on issue #7203:
URL: https://github.com/apache/gravitino/issues/7203#issuecomment-2908168480
You may need to check the exit code value to see what is going on, for
instance:
```
$ bash -c pgrep -x -q docker-connector
usage: pgrep [-Lfilnoqvx] [-d delim] [-F pidfile] [-G gid]
[-P ppid] [-U uid] [-g pgrp] [-t tty] [-u euid]
pattern ...
$ echo $?
2
bash -c "pgrep -x -q docker-connector"
$ echo $?
1
```
What does it get when docker is running?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]