summaryrefslogtreecommitdiffstats
path: root/docker/dev/README.md
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-04-18 10:36:33 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-04-18 10:36:33 -0400
commit08331e088b63a7619f5b197d499b2ca680794e3f (patch)
tree95d6b5e6e01934b8f3bbf589972584ef30c566d5 /docker/dev/README.md
parent74e5161a4cb581c770fa03bc2538dc7f2319bc2e (diff)
downloadchat-08331e088b63a7619f5b197d499b2ca680794e3f.tar.gz
chat-08331e088b63a7619f5b197d499b2ca680794e3f.tar.bz2
chat-08331e088b63a7619f5b197d499b2ca680794e3f.zip
Removing docker files (#2724)
Diffstat (limited to 'docker/dev/README.md')
-rw-r--r--docker/dev/README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/docker/dev/README.md b/docker/dev/README.md
deleted file mode 100644
index ee90ef2b7..000000000
--- a/docker/dev/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