Description
When launching the docker in MAC Os Catalina the docker container launches but does not accept any connections from outside the docker
Steps to reproduce
Run docker
docker run -p 8080:8080 --rm -v $PWD/logs:/logs -v $PWD/notebook:/notebook -e ZEPPELIN_LOG_DIR='/logs' -e ZEPPELIN_NOTEBOOK_DIR='/notebook' --name zeppelin apache/zeppelin:0.8.2
Try to telnet
telnet 127.0.0.1 8080
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
I have attached a screen shot of the wireshark trace. It seems like the jetty server immediately closes the connection with a FIN.