docker pull dylanmei/zeppelin
Go to Running (or if you are a Windows user or do not have docker-compose go to Running without Docker Compose)
--
- Clone the repository:
https://github.com/Ninani/GraphX-tutorial.git cd GraphX-tutorial- Run with Docker Compose:
docker-compose up - Your Zeppelin notepad will be running at
http://${YOUR_DOCKER_HOST}:8080
- Run docker:
docker run --rm -i -t -p 8080:8080 dylanmei/zeppelin /bin/bash wget https://github.com/Ninani/GraphX-tutorial/archive/master.zipunzip master.zipcd GraphX-tutorial-masterchmod 755 start./start- Your Zeppelin notepad will be running at
http://${YOUR_DOCKER_HOST}:8080