--- 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: install --- {% include JB/setup %} # Apache Zeppelin Releases Docker Images
## 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. ### Creating and Publishing Zeppelin docker image * In order to be able to create and/or publish an image, you need to set the **DockerHub** credentials `DOCKER_USERNAME, DOCKER_PASSWORD, DOCKER_EMAIL` variables as environment variables. * To create an image for some release use : `create_release.sh