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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ limitations under the License.
19
19
-->
20
20
{% include JB/setup %}
21
21
22
-
# Apache Zeppelin Releases Docker Images
22
+
# Docker Image for Apache Zeppelin Releases
23
23
24
24
<divid="toc"></div>
25
25
@@ -34,28 +34,28 @@ You need to [install docker](https://docs.docker.com/engine/installation/) on yo
34
34
### Running docker image
35
35
36
36
```
37
-
docker run -p 8080:8080 --name zeppelin zeppelin:<release-version>
37
+
docker run -p 8080:8080 --rm --name zeppelin apache/zeppelin:<release-version>
38
38
```
39
39
40
40
* Zeppelin will run at `http://localhost:8080`.
0 commit comments