All Projects → mattermost → mattermost-docker-preview

mattermost / mattermost-docker-preview

Licence: Apache-2.0 License
Mattermost Preview Docker Image

Programming Languages

Dockerfile
14818 projects
shell
77523 projects

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 it’s using a known password string and contains other non-production configuration settings, and it does not support upgrade. If you’re 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].