Re: Logging doesn't appear to work with Docker version of 0.9.0-preview1

2020-04-07 Thread moon soo Lee
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

Logging doesn't appear to work with Docker version of 0.9.0-preview1

2020-03-31 Thread Eric Pugh
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