README
This image is build from the official Apach Zeppelin image, with a few JVM memory tunning.
Docker properties
- From: apache/zeppelin:0.8.1
Run container
docker run --name zeppelin -d \
-p 8080:8080 -p 4040:4040 \
-v /path/to/notebook:/notebook docker-zeppelin:0.8.1