Skip to content

Instantly share code, notes, and snippets.

@FreeFly19
Created July 3, 2020 14:41
Show Gist options
  • Save FreeFly19/a481bd329a278c6dead441ef73ede9d3 to your computer and use it in GitHub Desktop.
Save FreeFly19/a481bd329a278c6dead441ef73ede9d3 to your computer and use it in GitHub Desktop.
Zeppelin Docker Swarm
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