summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-06-19 09:21:16 -0400
committerChristopher Speller <crspeller@gmail.com>2015-06-19 09:21:16 -0400
commit60ccc8fcfe35c4c8baa3816ea11a7f90425c4d17 (patch)
treea680c2a986b1b9a23a625469ff5cf6514db4472d
parentce0b89a26ef5d45b6aa797eac9426faa7c04d2d2 (diff)
downloadchat-60ccc8fcfe35c4c8baa3816ea11a7f90425c4d17.tar.gz
chat-60ccc8fcfe35c4c8baa3816ea11a7f90425c4d17.tar.bz2
chat-60ccc8fcfe35c4c8baa3816ea11a7f90425c4d17.zip
Adding name and tag to commands
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0a3798aef..ed51ad652 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Local Machine Setup (Docker)
`sudo usermod -aG docker <username>`
`sudo service docker start`
`newgrp docker`
-2. Run `docker run -d --publish 8086:80 mattermost/platform`
+2. Run `docker run --name mattermost-dev -d --publish 8086:80 mattermost/platform:helium
3. When docker is done fetching the image, open http://localhost:8086/ in your browser
### Arch ###
@@ -56,7 +56,7 @@ Local Machine Setup (Docker)
`systemctl start docker.service`
`gpasswd -a <username> docker`
`newgrp docker`
-2. docker run -d --publish 8086:80 mattermost/platform
+2. docker run --name mattermost-dev -d --publish 8086:80 mattermost/platform:helium
3. When docker is done fetching the image, open http://localhost:8086/ in your browser
### Notes ###