For the next person, I mounted the interpreter directory, to preserve my changes, and then stopped and started Zeppelin Docker process. Below is my docker-compose script. zeppelin: image: apache/zeppelin:0.8.0 ports: - 8080:8080 - 8081:8081 - 4040:4040 volumes: - ./notebook:/zeppelin/notebook - ./volumes/zeppelin/interpreter:/zeppelin/interpreter - ./volumes/zeppelin/conf:/zeppelin/conf
_______________________ Eric Pugh | Founder & CEO | OpenSource Connections, LLC | 434.466.1467 | http://www.opensourceconnect This e-mail and all contents, including attachments, is considered to be Company Confidential unless explicitly stated otherwise, regardless of whether attachments are marked as such. |
- Can I restart Zeppelin when using the Dockerized Version? Eric Pugh
- Re: Can I restart Zeppelin when using the Dockerized Versio... Eric Pugh