--- layout: page title: "Apache Zeppelin Releases Docker Images" description: "This document contains instructions about making docker containers for Zeppelin. It mainly provides guidance into how to create, publish and run docker images for zeppelin releases." group: setup/deployment --- {% include JB/setup %} # Docker Image for Apache Zeppelin Releases
## Overview This document contains instructions about making docker containers for Zeppelin. It mainly provides guidance into how to create, publish and run docker images for zeppelin releases. ## Quick Start ### Installing Docker You need to [install docker](https://docs.docker.com/engine/installation/) on your machine. ### Running docker image ``` docker run -p 8080:8080 --rm --name zeppelin apache/zeppelin: