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

Welcome to the docker-zulip!

How to configure the container

See the Configuration Page for infos about configuring the container to suit your needs.


How to get the container:

For docker use:

docker pull quay.io/galexrt/zulip:1.3.7


Configure your docker-compose.yml, before running the container!

If you don't configure it, you'll end up with a misconfigured Zulip Instance!


Starting the container

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

Don't forget to configure your docker-compose.yml properly!!

Using docker-compose:

Change to the root of the source folder and use docker-compose up.

Using kubernetes:

Change to the root of the source folder and use kubectl create -f ./kubernetes/.

Clone this wiki locally