When I build my own Docker image based on master branch, I experience the
same problem. But in my case /logs is not empty.
On Tue, Mar 31, 2020 at 1:50 PM Eric Pugh
wrote:
> I’ve tried with building my own Docker image of Zeppelin, and using the
> apache/zeppelin:0.9.0 image:
>
> docker run -p 8
I’ve tried with building my own Docker image of Zeppelin, and using the
apache/zeppelin:0.9.0 image:
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.9.0
The /logs dire