You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/docker.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,8 @@ You need to [install docker](https://docs.docker.com/engine/installation/) on yo
43
43
* To start Zeppelin, you need to pull the zeppelin release image:
docker run -d -p 7077:7077 -p 8081:8081 ${DOCKER_USERNAME}/zeppelin-release:<release-version> \
60
+
bash -c "/usr/local/zeppelin/bin/zeppelin-daemon.sh restart && while true; do sleep 3; done"
61
+
```
62
+
56
63
* Zeppelin will run at `http://localhost:8080`.
&& R -e "install.packages('knitr', repos = 'http://cran.us.r-project.org')" \
23
30
&& rm -rf /var/cache/apk/*
24
31
25
32
RUN wget -O /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.1.3/dumb-init_1.1.3_amd64
0 commit comments