Created
July 3, 2020 14:41
-
-
Save FreeFly19/a481bd329a278c6dead441ef73ede9d3 to your computer and use it in GitHub Desktop.
Zeppelin Docker Swarm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker service create --name zeppelin-2 --hostname zeppelin-2 --publish published=8081,target=8080 --host zeppelin-2:127.0.0.1 --constraint node.hostname==melnyk-ubuntu --mount type=bind,source=/home/freefly19/notebook,destination=/notebook -e ZEPPELIN_NOTEBOOK_DIR=/notebook apache/zeppelin:0.9.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment