summaryrefslogtreecommitdiffstats
path: root/docker/2.0/README.md
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-09 15:59:16 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-09 15:59:16 -0500
commit55c3dd4f5c7954e390b84d3cb210d4b9860e96fb (patch)
tree8ccfad6ce8c75122f7fd827d1e52bde40452f017 /docker/2.0/README.md
parente343e36c7096cf62d6d6a655ceb18187f68d1aed (diff)
downloadchat-55c3dd4f5c7954e390b84d3cb210d4b9860e96fb.tar.gz
chat-55c3dd4f5c7954e390b84d3cb210d4b9860e96fb.tar.bz2
chat-55c3dd4f5c7954e390b84d3cb210d4b9860e96fb.zip
Updating dockerfiles for 2.0
Diffstat (limited to 'docker/2.0/README.md')
-rw-r--r--docker/2.0/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/docker/2.0/README.md b/docker/2.0/README.md
new file mode 100644
index 000000000..f737a1554
--- /dev/null
+++ b/docker/2.0/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