Skip to content
Alexander T. edited this page Oct 20, 2015 · 10 revisions

Welcome to the docker-zulip wiki!

To pull the image use:

For docker use: docker pull quay.io/galexrt/zulip:1.3.6

For rocket use: rkt fetch quay.io/galexrt/zulip:1.3.6


Before you start the container, you'll have to configure the env vars in the docker-compose.yml. If you don't configure it, you'll end up with a miss configured Zulip Instance.

To start the image, you have to use either docker-compose or kubernetes:

Using docker-compose:

In the root of source folder, use docker-compose up.

Using kubernetes:

In the root of source folder, use kubectl create -f ./kubernetes/.

Clone this wiki locally