Basic and unofficial Docker image for the development version of Apache Zeppelin, based on Debian Stretch and OpenJDK 8.
## .
## ## ## ==
## ## ## ## ## ===
/"""""""""""""""""\___/ ===
~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~
\______ o Zeppelin __/
\ \ __/
\____\_______/
Dockerized single-host Zeppelin.
- 8080 - Zeppelin web application port
- 8443 - Zeppelin web application secure port
The folling volumes can be mounted on host machine to provide data inside the container:
- /opt/zeppelin/conf
- /opt/zeppelin/logs
- /opt/zeppelin/notebook
At least Docker 17.05 (Docker or Docker for Mac/Windows) is required as the build uses a multi-stage build.
- Start a (Docker Quickstart) Terminal
- Run command
docker run -d -p 8080:8080 vpetkov/zeppelin-0.8.0
- Connect to Zeppelin from your favorite browser, e.g.
http://localhost:8080/#/