summaryrefslogtreecommitdiffstats
path: root/docker/1.3/README.md
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-10 09:14:27 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-10 09:14:27 -0500
commit00795908f62aa28d6717199cf727a4bbf22a105a (patch)
tree7b9c680ac0b0bfa86ca765d16f80e6202353877c /docker/1.3/README.md
parent2e39f808feac52a4ea2172da237288e8e518547e (diff)
parent6225522478f61aa134d167954d3116c72a6148c3 (diff)
downloadchat-00795908f62aa28d6717199cf727a4bbf22a105a.tar.gz
chat-00795908f62aa28d6717199cf727a4bbf22a105a.tar.bz2
chat-00795908f62aa28d6717199cf727a4bbf22a105a.zip
Merge branch 'release-2.0'
Diffstat (limited to 'docker/1.3/README.md')
-rw-r--r--docker/1.3/README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/docker/1.3/README.md b/docker/1.3/README.md
deleted file mode 100644
index f737a1554..000000000
--- a/docker/1.3/README.md
+++ /dev/null
@@ -1,23 +0,0 @@
-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