docker build --name analytics/zeppelin:1.0 .
Run Container with docker compose:
docker-compose up
Notebooks are saved into ./notebooks
Data can be loaded form ./data
Open browser at:
localhost:8080
Login with usernames:
giorgio = distilled123!
martin = distilled123!
john = distilled123!
david = distilled123!
priyanka = distilled123!
rory = distilled123!
minishift start --memory 5GB
oc process -f ./templates/minishifrt.yml | oc create -f -
oc start-build bc/zeppelin --from-dir .
oc delete scv --all oc delete svc --all oc delete dc --all oc delete bc --all oc delete routes --all oc delete is --all
WIP