Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 464 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 464 Bytes

zeppelin-docker

set password in launch.sh script, to setup the zeppelin password for admin, user1, user2, user3 Zeppelin will be launched without root privileges, to prevent any root access to the container from the notebook. you can customise the root password by adding the SHA-256 hash to the build file.

to generate a new root password SHA512

openssl passwd -6 -salt XYZ password

To Build the image

docker build . -t jemaiah/zeppelin-docker:0.8.2