I have been facing a similar issue when trying to run Ray head as a docker container with the command
ray start --head --block --dashboard-host=0.0.0.0
One of the things that worked for me (I don't know why, yet) is getting rid of the --dashboard-host command line argument.
Although my issue was regarding raylet failing, causing Ray to return with error code 1