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
commitac8999eb81d6e07f0dbb6642786c7680ece19154 (patch)
tree8479cebf0f7256b3a3a722356c4f979295affff9
parent5aa42774f648c74429fa46374744383d6902831b (diff)
downloadchat-ac8999eb81d6e07f0dbb6642786c7680ece19154.tar.gz
chat-ac8999eb81d6e07f0dbb6642786c7680ece19154.tar.bz2
chat-ac8999eb81d6e07f0dbb6642786c7680ece19154.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 ###