summaryrefslogtreecommitdiffstats
path: root/docker/1.4/README.md
diff options
context:
space:
mode:
authorMattermost Build <build@mattermost.com>2016-03-09 20:31:44 +0000
committerMattermost Build <build@mattermost.com>2016-03-09 20:31:44 +0000
commit1ad314f79c7e34bad991c2fa9f15d61831d2ba29 (patch)
tree26dd4d5e45d62207c754c89dab43163d2c139fa6 /docker/1.4/README.md
parent08f0800adef926e8b69ebea70e4995b89f5c3f3c (diff)
downloadchat-1ad314f79c7e34bad991c2fa9f15d61831d2ba29.tar.gz
chat-1ad314f79c7e34bad991c2fa9f15d61831d2ba29.tar.bz2
chat-1ad314f79c7e34bad991c2fa9f15d61831d2ba29.zip
Docker updates for 2.1.0-rc1
Diffstat (limited to 'docker/1.4/README.md')
-rw-r--r--docker/1.4/README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/docker/1.4/README.md b/docker/1.4/README.md
deleted file mode 100644
index f737a1554..000000000
--- a/docker/1.4/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