Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.8.2
-
None
-
Mac OS 10.14.6
Docker Engine: 19.03.1
No proxies, all browsers, curl response is empty.
Description
Docker container starts, but UI is not accessible through localhost:8080, or any other IP:Port (tried 127.0.0.1 and network IP).
Previous version 0.8.1 works fine when using exactly the same command (with the different docker tag):
docker run -p 8080:8080 --rm --name zeppelin apache/zeppelin:0.8.1
Logs from the 0.8.2 docker container are attached.
The difference in the logs between 0.8.1 and 0.8.2 is in the bound IP address, 0.0.0.0 vs 127.0.0.1:
0.8.1:
{{INFO [2019-11-21 01:22:38,461] (
and
0.8.2:
{{ INFO [2019-11-21 01:31:08,609] ({main}
AbstractConnector.java[doStart]:292) - Started ServerConnector@227a47
{HTTP/1.1,[http/1.1]} {127.0.0.1:8080}}}