summaryrefslogtreecommitdiffstats
path: root/docker/1.2/README.md
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-11-09 14:22:12 -0500
committerChristopher Speller <crspeller@gmail.com>2015-11-09 14:22:12 -0500
commite89e82cf70cd7d08f3d1cb74d101898111ad2596 (patch)
tree9ea076ff2f77f9791e3c9adfa5d16c1f3900fa3b /docker/1.2/README.md
parent79cc0be0b061001ec8e197d53872c547f0c76160 (diff)
downloadchat-e89e82cf70cd7d08f3d1cb74d101898111ad2596.tar.gz
chat-e89e82cf70cd7d08f3d1cb74d101898111ad2596.tar.bz2
chat-e89e82cf70cd7d08f3d1cb74d101898111ad2596.zip
Updating dockerfile for release v1.2.0-rc1
Diffstat (limited to 'docker/1.2/README.md')
-rw-r--r--docker/1.2/README.md23
1 files changed, 23 insertions, 0 deletions
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