From e89e82cf70cd7d08f3d1cb74d101898111ad2596 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 9 Nov 2015 14:22:12 -0500 Subject: Updating dockerfile for release v1.2.0-rc1 --- docker/1.2/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docker/1.2/README.md (limited to 'docker/1.2/README.md') diff --git a/docker/1.2/README.md b/docker/1.2/README.md new file mode 100644 index 000000000..f737a1554 --- /dev/null +++ b/docker/1.2/README.md @@ -0,0 +1,23 @@ +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 -- cgit v1.2.3-1-g7c22