docker build -t docker-datascience .
docker run -b -p 5022:22 -p 5040:4040 -p 5000:5000 -p 5080:8080 docker-datascience <command>
docker run -it -p 5022:22 -p 5040:4040 -p 5000:5000 -p 5080:8080 -p 5321:54321 docker-datascience <command>
Where command is one of:
shell(default) - run bashh2o- run h2o in foreground (available on port5321)jupyter- run jupyter in foreground (available on port5000)zeppelin- run zeppelin in foreground (available on port5080, Spark UI on port5040)all- run all with supervisor (availableh2o,jupyter&zeppelinas well as sshd on port5022)