-
-
Notifications
You must be signed in to change notification settings - Fork 270
Home
Alexander T. edited this page Oct 20, 2015
·
10 revisions
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
:
In the root of source folder, use docker-compose up
.
In the root of source folder, use kubectl create -f ./kubernetes/
.