mattermost/docker/dev
2015-09-21 14:22:23 -04:00
..
Dockerrun.aws Fixes mm-1960 allows upload of files over 1MB to Elastic Beanstalk 2015-08-24 09:58:45 -07:00
config_docker.json Implement incoming webhooks. 2015-09-21 14:22:23 -04:00
docker-entry.sh Updating dockerfile for 0.6.0-rc1. Moving docker files into versioned directories. 2015-07-31 15:51:36 -04:00
Dockerfile Updating dockerfiles to allow for previewing of latest master and fixing local docker build so it works on osx 2015-08-11 14:07:35 -04:00
Dockerrun.aws.zip Fixes mm-1960 allows upload of files over 1MB to Elastic Beanstalk 2015-08-24 09:58:45 -07:00
README.md Removing "Alpha" from Docker Hub README 2015-09-12 11:09:29 -07:00

Mattermost

http:/mattermost.org

Mattermost is an open-source team communication service. It brings team messaging and file sharing into one place, accessible across PCs and phones, with archiving and search.

Installing Mattermost

To run an instance of the latest version of mattermost on your local machine you can run:

docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform

To update this image to the latest version you can run:

docker pull mattermost/platform

To run an instance of the latest code from the master branch on GitHub you can run:

docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform:dev

Any questions, please visit http://forum.mattermost.org