diff options
author | Christopher Speller <crspeller@gmail.com> | 2015-06-19 09:21:16 -0400 |
---|---|---|
committer | Christopher Speller <crspeller@gmail.com> | 2015-06-19 09:21:16 -0400 |
commit | ac8999eb81d6e07f0dbb6642786c7680ece19154 (patch) | |
tree | 8479cebf0f7256b3a3a722356c4f979295affff9 /README.md | |
parent | 5aa42774f648c74429fa46374744383d6902831b (diff) | |
download | chat-ac8999eb81d6e07f0dbb6642786c7680ece19154.tar.gz chat-ac8999eb81d6e07f0dbb6642786c7680ece19154.tar.bz2 chat-ac8999eb81d6e07f0dbb6642786c7680ece19154.zip |
Adding name and tag to commands
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ### |