Files
Mattermost Build 628e088715 remove leftover mysql apt-key (#33708) (#33711)
(cherry picked from commit 527ea8421bc5f366209f21c609f200c3f38768c1)

Co-authored-by: sabril <5334504+saturninoabril@users.noreply.github.com>
2025-08-14 10:50:08 +03:00
..

Mattermost Docker Preview Image

This is a Docker image to install Mattermost in Preview Mode for exploring product functionality on a single machine using Docker.

Note: This configuration should not be used in production, as its using a known password string and contains other non-production configuration settings, and it does not support upgrade. If youre looking for a production installation with Docker, please see the Mattermost Production Docker Deployment Guide.

To contribute, please see Contribution Guidelines.

To file issues, search for existing bugs and file a GitHub issue if your bug is new.

Usage

Please see documentation for usage.

If you have Docker already set up, you can run this image in one line:

docker run --name mattermost-preview -d --publish 8065:8065 --add-host dockerhost:127.0.0.1 mattermost/mattermost-preview