Updating dockerfile for release v1.2.0-rc1

Этот коммит содержится в:
Christopher Speller
2015-11-09 14:22:12 -05:00
родитель 79cc0be0b0
Коммит e89e82cf70
8 изменённых файлов: 35 добавлений и 6 удалений

23
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