Documentation

Available Images

Rocket.Chat is a rapidly-moving FOSS project. We maintain 3 Docker images for the diverse needs of our global users community. To use these images you will need to have Docker installed and operational.

Discovering existing releases: You can select the release you need from our GitHub Release Page. Here’s a description of our current branching strategy.

Official image (stable and tested)

The Official Docker Images Repository is where Rocket.Chat’s Official, stable image is maintained and controlled by Docker, and reviewed by the Docker committee.

docker pull rocket.chat

Latest Release Image

This is an image that is maintained at Rocket.Chat’s own docker repository. The release may be from the develop or master branch.

docker pull rocketchat/rocket.chat:latest

Specific Release Image

This is an image that is maintained at Rocket.Chat’s own docker repository. It is associated with a release build.

docker pull rocketchat/rocket.chat:X.X.X

Discovering existing releases

You can select the release you need from our DockerHub Tags.

Bleeding-edge untested develop build image

This is an image that is maintained at Rocket.Chat’s own docker repository. It is updated from our develop (untested) branch, that is, absolute latest, for those who needs to work with latest code.

docker pull rocketchat/rocket.chat:develop