Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Official Zeppelin Docker Image
-
Pull the official Zeppelin Docker image.
docker pull apache/zeppelin
-
Launch the image in a container.
docker run -d -p 8080:8080 \ -v $PWD/logs:/logs \ -v …